SignInAfterSignUpState
@objcMembers
public class SignInAfterSignUpState : SignInAfterPreviousFlowBaseState
An object of this type is created when a user has signed up successfully.
-
Sign in the user that signed up.
Declaration
Swift
public func signIn(parameters: MSALNativeAuthSignInAfterSignUpParameters, delegate: SignInAfterSignUpDelegate)Parameters
parametersParameters used to Sign In the user after the Sign Up flow.
delegateDelegate that receives callbacks for the Sign In flow.
View on GitHub