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

    parameters

    Parameters used to Sign In the user after the Sign Up flow.

    delegate

    Delegate that receives callbacks for the Sign In flow.

  • Sign in the user that signed up.

    Declaration

    Swift

    @available(*, deprecated, message: "This method is now deprecated. Use the method 'signIn(parameters:﹚' instead.")
    public func signIn(scopes: [String]? = nil, delegate: SignInAfterSignUpDelegate)

    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.