메소드 | 설명 | |
---|---|---|
Authenticator ( ) : System |
Initializes a new instance of the Xamarin.Auth.Authenticator class.
|
|
BeginInvokeOnUIThread ( System.Action action ) : void | ||
GetUI ( ) : UIKit.UIViewController |
Gets the UI for this authenticator.
|
|
GetUI ( Android.Content.Context context ) : UIKit.UIViewController | ||
OnCancelled ( ) : void |
Implementations must call this function when they have cancelled the operation.
|
|
OnError ( |
Implementations must call this function when they have failed to authenticate.
|
|
OnError ( string message ) : void |
Implementations must call this function when they have failed to authenticate.
|
|
OnSucceeded ( Account account ) : void |
Implementations must call this function when they have successfully authenticated.
|
|
OnSucceeded ( string username, string>.IDictionary |
Implementations must call this function when they have successfully authenticated.
|
메소드 | 설명 | |
---|---|---|
GetPlatformUI ( ) : UIKit.UIViewController |
Gets the UI for this authenticator.
|
|
GetPlatformUI ( Android.Content.Context context ) : UIKit.UIViewController |
public BeginInvokeOnUIThread ( System.Action action ) : void | ||
action | System.Action | |
리턴 | void |
protected abstract GetPlatformUI ( ) : UIKit.UIViewController | ||
리턴 | UIKit.UIViewController |
protected abstract GetPlatformUI ( Android.Content.Context context ) : UIKit.UIViewController | ||
context | Android.Content.Context | |
리턴 | UIKit.UIViewController |
public GetUI ( Android.Content.Context context ) : UIKit.UIViewController | ||
context | Android.Content.Context | |
리턴 | UIKit.UIViewController |
public OnError ( |
||
exception | /// The reason that this authentication has failed. /// | |
리턴 | void |
public OnError ( string message ) : void | ||
message | string | /// The reason that this authentication has failed. /// |
리턴 | void |
public OnSucceeded ( Account account ) : void | ||
account | Account | /// The authenticated account. /// |
리턴 | void |
public OnSucceeded ( string username, string>.IDictionary |
||
username | string | /// User name of the account. /// |
accountProperties | string>.IDictionary | /// Additional data, such as access tokens, that need to be stored with the account. This /// information is secured. /// |
리턴 | void |