azure-docs-sdk-java/docs-ref-autogen/com.microsoft.identity.clie...

93 строки
4.6 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.identity.client.IAuthenticationResult.getAccessToken()
name: getAccessToken()
nameWithType: IAuthenticationResult.getAccessToken()
returns:
description: <p>The access token requested. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String getAccessToken()
uid: com.microsoft.identity.client.IAuthenticationResult.getAccessToken()
- fullName: com.microsoft.identity.client.IAuthenticationResult.getAccount()
name: getAccount()
nameWithType: IAuthenticationResult.getAccount()
returns:
description: <p>The Account to get. </p>
type: <xref href="com.microsoft.identity.client.IAccount?alt=com.microsoft.identity.client.IAccount&text=IAccount" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the Account.</p>
<p></p>
syntax: public IAccount getAccount()
uid: com.microsoft.identity.client.IAuthenticationResult.getAccount()
- fullName: com.microsoft.identity.client.IAuthenticationResult.getAuthenticationScheme()
name: getAuthenticationScheme()
nameWithType: IAuthenticationResult.getAuthenticationScheme()
returns:
description: <p>The authentication scheme name. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the authentication scheme (Bearer, PoP, etc)....</p>
<p></p>
syntax: public String getAuthenticationScheme()
uid: com.microsoft.identity.client.IAuthenticationResult.getAuthenticationScheme()
- fullName: com.microsoft.identity.client.IAuthenticationResult.getAuthorizationHeader()
name: getAuthorizationHeader()
nameWithType: IAuthenticationResult.getAuthorizationHeader()
returns:
description: <p>The Authorization header value. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the fully-formed Authorization header value. Includes the Authentication scheme. </p>
<p>Example: Bearer eyJ1aWQiOiJj.......</p>
<p></p>
syntax: public String getAuthorizationHeader()
uid: com.microsoft.identity.client.IAuthenticationResult.getAuthorizationHeader()
- fullName: com.microsoft.identity.client.IAuthenticationResult.getCorrelationId()
name: getCorrelationId()
nameWithType: IAuthenticationResult.getCorrelationId()
returns:
description: <p>a UUID representing a correlation id </p>
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the correlation id used during the acquire token request. Could be null if an error occurs when parsing from String or if not set.</p>
<p></p>
syntax: public UUID getCorrelationId()
uid: com.microsoft.identity.client.IAuthenticationResult.getCorrelationId()
- fullName: com.microsoft.identity.client.IAuthenticationResult.getExpiresOn()
name: getExpiresOn()
nameWithType: IAuthenticationResult.getExpiresOn()
returns:
description: <p>The expiration time of the access token returned in the Token property. This value is calculated based on current UTC time measured locally and the value expiresIn returned from the service. </p>
type: <xref href="Date?alt=Date&text=Date" data-throw-if-not-resolved="False"/>
syntax: public Date getExpiresOn()
uid: com.microsoft.identity.client.IAuthenticationResult.getExpiresOn()
- fullName: com.microsoft.identity.client.IAuthenticationResult.getScope()
name: getScope()
nameWithType: IAuthenticationResult.getScope()
returns:
description: <p>The scopes returned from the service. </p>
type: <xref href="String+%5B%5D?alt=String+%5B%5D&text=String+%5B%5D" data-throw-if-not-resolved="False"/>
syntax: public String [] getScope()
uid: com.microsoft.identity.client.IAuthenticationResult.getScope()
- fullName: com.microsoft.identity.client.IAuthenticationResult.getTenantId()
name: getTenantId()
nameWithType: IAuthenticationResult.getTenantId()
returns:
description: <p>A unique tenant identifier that was used in token acquisition. Could be null if tenant information is not returned by the service. </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String getTenantId()
uid: com.microsoft.identity.client.IAuthenticationResult.getTenantId()
nameWithType: IAuthenticationResult
syntax: public interface IAuthenticationResult
type: interface
uid: com.microsoft.identity.client.IAuthenticationResult
fullName: com.microsoft.identity.client.IAuthenticationResult
name: IAuthenticationResult
package: com.microsoft.identity.client
metadata: {}