InteractiveUserAuthenticator Class

Definition

Authenticator for user interactive authentication using browser.

public class InteractiveUserAuthenticator : Microsoft.Azure.Commands.Common.Authentication.DelegatingAuthenticator
type InteractiveUserAuthenticator = class
    inherit DelegatingAuthenticator
Public Class InteractiveUserAuthenticator
Inherits DelegatingAuthenticator
Inheritance
InteractiveUserAuthenticator
Derived

Constructors

InteractiveUserAuthenticator()

Fields

AadPortEnd
AadPortStart
AdfsPortEnd
AdfsPortStart
AdfsTenant (Inherited from DelegatingAuthenticator)
OrganizationsTenant (Inherited from DelegatingAuthenticator)

Properties

AuthenticationCancellationToken (Inherited from DelegatingAuthenticator)
Next (Inherited from DelegatingAuthenticator)

Methods

Authenticate(AuthenticationParameters) (Inherited from DelegatingAuthenticator)
Authenticate(AuthenticationParameters, CancellationToken)
CanAuthenticate(AuthenticationParameters)
GetReplyUrl(Boolean, Action<String>)
TryAuthenticate(AuthenticationParameters, CancellationToken, Task<IAccessToken>) (Inherited from DelegatingAuthenticator)
TryAuthenticate(AuthenticationParameters, Task<IAccessToken>) (Inherited from DelegatingAuthenticator)

Applies to