Interface EmailAddressResetStatePending

Email address reset has already been requested. Call resetAuthenticationEmailAddress to check whether immediate reset is possible. Subtype of EmailAddressResetState.

interface EmailAddressResetStatePending {
    @type: "emailAddressResetStatePending";
    reset_in: number;
}

Properties

Properties

@type: "emailAddressResetStatePending"
reset_in: number

Left time before the email address will be reset, in seconds. updateAuthorizationState is not sent when this field changes.