C# Class Xamarin.Auth.Authenticator.AuthenticatorCompletedEventArgs.AuthenticatorCompletedEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: nachocove/Xamarin.Auth

Public Methods

Method Description
AuthenticatorCompletedEventArgs ( Account account ) : System

Initializes a new instance of the Xamarin.Auth.AuthenticatorCompletedEventArgs class.

Method Details

AuthenticatorCompletedEventArgs() public method

Initializes a new instance of the Xamarin.Auth.AuthenticatorCompletedEventArgs class.
public AuthenticatorCompletedEventArgs ( Account account ) : System
account Account /// The account created or if authentication failed or was canceled. ///
return System