SignInAfterResetPasswordState

@objcMembers
public class SignInAfterResetPasswordState : SignInAfterPreviousFlowBaseState

An object of this type is created when a user has reset their password successfully.

  • Sign in the user that just reset the password.

    Declaration

    Swift

    public func signIn(scopes: [String]? = nil, delegate: SignInAfterResetPasswordDelegate)

    Parameters

    scopes

    Optional. Permissions you want included in the access token received after sign in flow has completed.

    delegate

    Delegate that receives callbacks for the Sign In flow.