C# Class Microsoft.Identity.Client.Internal.AuthenticatorTemplate

ファイルを表示 Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateFromHost ( string host ) : AuthenticatorTemplate
VerifyAnotherHostByInstanceDiscoveryAsync ( string host, string tenant, CallState callState ) : System.Threading.Tasks.Task

Method Details

CreateFromHost() public static method

public static CreateFromHost ( string host ) : AuthenticatorTemplate
host string
return AuthenticatorTemplate

VerifyAnotherHostByInstanceDiscoveryAsync() public method

public VerifyAnotherHostByInstanceDiscoveryAsync ( string host, string tenant, CallState callState ) : System.Threading.Tasks.Task
host string
tenant string
callState CallState
return System.Threading.Tasks.Task