Class ISN_ASAuthorizationPasswordProvider
A mechanism for generating requests to perform keychain credential sharing.
Inheritance
System.Object
ISN_ASAuthorizationPasswordProvider
Namespace: SA.iOS.AuthenticationServices
Assembly: cs.temp.dll.dll
Syntax
public class ISN_ASAuthorizationPasswordProvider : ISN_NativeObject
Constructors
ISN_ASAuthorizationPasswordProvider()
Create Password instance.
Declaration
public ISN_ASAuthorizationPasswordProvider()
Methods
CreateRequest()
Creates a new password authorization request.
Declaration
public ISN_IASAuthorizationAppleIDRequest CreateRequest()
Returns
Type | Description |
---|---|
ISN_IASAuthorizationAppleIDRequest | A password authorization request that you can execute with an instance of ISN_ASAuthorizationController. |