MSALNativeAuthSignUpParametersV2

@objcMembers
public class MSALNativeAuthSignUpParametersV2 : MSALNativeAuthSignUpParameters

Encapsulates the parameters passed to the signUpV2 method of MSALNativeAuthPublicClientApplication.

Warning

This API is experimental. It may be changed in the future without notice. Do not use in production applications.
  • Permissions you want included in the access token received once the account is signed in at the end of the sign up flow. Not all scopes are guaranteed to be included in the access token returned.

    Declaration

    Swift

    public var scopes: [String]?
  • Undocumented

    Declaration

    Swift

    public override init(username: String)