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

Mostra file Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Public Methods

Method Description
Authenticator ( string authority, bool validateAuthority, System.Guid correlationId ) : System
IsTenantLess ( string authority ) : bool
UpdateFromTemplateAsync ( CallState callState ) : System.Threading.Tasks.Task
UpdateTenantId ( string tenantId ) : void

Private Methods

Method Description
CanonicalizeUri ( string uri ) : string
ReplaceTenantlessTenant ( string tenantId ) : void

Method Details

Authenticator() public method

public Authenticator ( string authority, bool validateAuthority, System.Guid correlationId ) : System
authority string
validateAuthority bool
correlationId System.Guid
return System

IsTenantLess() public static method

public static IsTenantLess ( string authority ) : bool
authority string
return bool

UpdateFromTemplateAsync() public method

public UpdateFromTemplateAsync ( CallState callState ) : System.Threading.Tasks.Task
callState CallState
return System.Threading.Tasks.Task

UpdateTenantId() public method

public UpdateTenantId ( string tenantId ) : void
tenantId string
return void