MSALNativeAuthAttributesRequiredState
@objcMembers
public class MSALNativeAuthAttributesRequiredState : MSALNativeAuthState
The server requires additional user attributes.
Continue with submitAttributes(_:delegate:).
Warning
This API is experimental. It may be changed in the future without notice. Do not use in production applications.-
The attributes the server requires.
Declaration
Swift
public let attributes: [MSALNativeAuthRequiredAttribute] -
Submit user attributes.
Declaration
Swift
public func submitAttributes(_ attributes: [String : Any], delegate: MSALNativeAuthFlowDelegate) -
Declaration
Swift
public override var description: String { get }
View on GitHub