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

Afficher le fichier Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CanonicalizeUri ( string uri ) : string
ReplaceTenantlessTenant ( string tenantId ) : void

Method Details

Authenticator() public méthode

public Authenticator ( string authority, bool validateAuthority, System.Guid correlationId ) : System
authority string
validateAuthority bool
correlationId System.Guid
Résultat System

IsTenantLess() public static méthode

public static IsTenantLess ( string authority ) : bool
authority string
Résultat bool

UpdateFromTemplateAsync() public méthode

public UpdateFromTemplateAsync ( CallState callState ) : System.Threading.Tasks.Task
callState CallState
Résultat System.Threading.Tasks.Task

UpdateTenantId() public méthode

public UpdateTenantId ( string tenantId ) : void
tenantId string
Résultat void