Interface AuthorizationStateLoggingOut

The user is currently logging out. Subtype of AuthorizationState.

interface AuthorizationStateLoggingOut {
    @type: "authorizationStateLoggingOut";
}

Properties

Properties

@type: "authorizationStateLoggingOut"