MSALNativeAuthSignInAfterSignUpParameters

@objcMembers
public class MSALNativeAuthSignInAfterSignUpParameters : NSObject

Encapsulates the parameters passed to the signIn method after signUp

  • Permissions you want included in the access token received. Not all scopes are guaranteed to be included in the access token returned.

    Declaration

    Swift

    public var scopes: [String]?