MSALNativeAuthSignInAfterResetPasswordState
@objcMembers
public class MSALNativeAuthSignInAfterResetPasswordState : MSALNativeAuthState
The self-service password reset completed. Sign the account in by calling
signIn(parameters:delegate:) with the scopes to request on the access token.
Warning
This API is experimental. It may be changed in the future without notice. Do not use in production applications.-
Sign in after a successful self-service password reset.
Declaration
Swift
public func signIn(parameters: MSALNativeAuthSignInAfterResetPasswordParameters, delegate: MSALNativeAuthFlowDelegate) -
Declaration
Swift
public override var description: String { get }
View on GitHub