Udostępnij za pośrednictwem


DelegatingAuthenticator Class

Definition

Class implementing a chain of responsibility pattern for authenticators

public abstract class DelegatingAuthenticator : Microsoft.Azure.Commands.Common.Authentication.IAuthenticator
type DelegatingAuthenticator = class
    interface IAuthenticator
Public MustInherit Class DelegatingAuthenticator
Implements IAuthenticator
Inheritance
DelegatingAuthenticator
Derived
Implements

Constructors

DelegatingAuthenticator()

Fields

AdfsTenant
OrganizationsTenant

Properties

AuthenticationCancellationToken
Next

Methods

Authenticate(AuthenticationParameters)
Authenticate(AuthenticationParameters, CancellationToken)
CanAuthenticate(AuthenticationParameters)
TryAuthenticate(AuthenticationParameters, CancellationToken, Task<IAccessToken>)
TryAuthenticate(AuthenticationParameters, Task<IAccessToken>)

Applies to