Interface InternalLinkTypeAuthenticationCode

The link contains an authentication code. Call checkAuthenticationCode with the code if the current authorization state is authorizationStateWaitCode. Subtype of InternalLinkType.

interface InternalLinkTypeAuthenticationCode {
    @type: "internalLinkTypeAuthenticationCode";
    code: string;
}

Properties

Properties

@type: "internalLinkTypeAuthenticationCode"
code: string

The authentication code.