verifyExtended(withAuthenticationType:authenticationItems:continueItems:context:)
Verifies the credentials for interaction with the record’s node using other types of authentication available to Open Directory.
Declaration
func verifyExtended(withAuthenticationType inType: String!, authenticationItems inItems: [Any]!, continueItems outItems: AutoreleasingUnsafeMutablePointer<NSArray?>!, context outContext: AutoreleasingUnsafeMutablePointer<AnyObject?>!) throwsParameters
- inType:
The authentication type.
- inItems:
An array of
NSStringorNSDataobjects to be used in the authentication process. - outItems:
An array of
NSDataobjects returned from the authentication process, if any are returned;nilotherwise. - outContext:
The proper context if the authentication attempt requires a context;
nilotherwise. If notnil, then more calls must be made with the Context to continue the authentication.