AuthenticationResultToken Class

Definition

Access Token using a single authentication result

public class AuthenticationResultToken : Microsoft.Azure.Commands.Common.Authentication.IAccessToken
type AuthenticationResultToken = class
    interface IAccessToken
    interface IExtensibleModel
Public Class AuthenticationResultToken
Implements IAccessToken
Inheritance
AuthenticationResultToken
Implements

Constructors

AuthenticationResultToken(AuthenticationResult)
AuthenticationResultToken(AuthenticationResult, String, String)

Properties

AccessToken
ExtendedProperties
HomeAccountId
LoginType
TenantId
UserId

Methods

AuthorizeRequest(Action<String,String>)
GetAccessToken(AuthenticationResult)
GetAccessToken(AuthenticationResult, String, String)
GetAccessTokenAsync(Task<AuthenticationResult>)
GetAccessTokenAsync(Task<AuthenticationResult>, String, String)

Extension Methods

CopyPropertiesFrom(IExtensibleModel, IExtensibleModel)
GetProperty(IExtensibleModel, String)
GetPropertyAsArray(IExtensibleModel, String)
IsPropertySet(IExtensibleModel, String)
SetOrAppendProperty(IExtensibleModel, String, String[])
SetProperty(IExtensibleModel, String, String[])
UpdateProperties(IExtensibleModel, IExtensibleModel)
PopulateExtensions(IExtensibleModel, PSObject)

Populate the model extensions from a PSObject

GetDomain(IAccessToken)

Applies to