Freigeben über


InteractiveWamAuthenticator Class

Definition

Authenticator for user interactive authentication using WAM (web account manager).

public class InteractiveWamAuthenticator : Microsoft.Azure.PowerShell.Authenticators.InteractiveUserAuthenticator
type InteractiveWamAuthenticator = class
    inherit InteractiveUserAuthenticator
Public Class InteractiveWamAuthenticator
Inherits InteractiveUserAuthenticator
Inheritance

Constructors

Name Description
InteractiveWamAuthenticator()

Fields

Name Description
AadPortEnd (Inherited from InteractiveUserAuthenticator)
AadPortStart (Inherited from InteractiveUserAuthenticator)
AdfsPortEnd (Inherited from InteractiveUserAuthenticator)
AdfsPortStart (Inherited from InteractiveUserAuthenticator)
AdfsTenant (Inherited from DelegatingAuthenticator)
CheckTokenCachePersistanceEnabled (Inherited from DelegatingAuthenticator)
OrganizationsTenant (Inherited from DelegatingAuthenticator)
telemetry (Inherited from DelegatingAuthenticator)

Properties

Name Description
AuthenticationCancellationToken (Inherited from DelegatingAuthenticator)
Next (Inherited from DelegatingAuthenticator)

Methods

Name Description
Authenticate(AuthenticationParameters, CancellationToken)
Authenticate(AuthenticationParameters) (Inherited from DelegatingAuthenticator)
CanAuthenticate(AuthenticationParameters)
CollectTelemetry(TokenCredential, TokenCredentialOptions) (Inherited from DelegatingAuthenticator)
GetDataForTelemetry() (Inherited from DelegatingAuthenticator)
GetReplyUrl(Boolean, Action<String>) (Inherited from InteractiveUserAuthenticator)
TryAuthenticate(AuthenticationParameters, CancellationToken, Task<IAccessToken>) (Inherited from DelegatingAuthenticator)
TryAuthenticate(AuthenticationParameters, Task<IAccessToken>) (Inherited from DelegatingAuthenticator)

Applies to