MSALNativeAuthAttributesInvalidState
@objcMembers
public class MSALNativeAuthAttributesInvalidState : MSALNativeAuthState
The server reports that some attributes were invalid and must be corrected.
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 names of the attributes that were invalid.
Declaration
Swift
public let attributeNames: [String] -
Resubmit the corrected user attributes.
Declaration
Swift
public func submitAttributes(_ attributes: [String : Any], delegate: MSALNativeAuthFlowDelegate) -
Declaration
Swift
public override var description: String { get }
View on GitHub