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

98 строки
5.1 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.identity.client.TokenParameters.TokenParameters(@NonNull final TokenParameters.Builder builder)
name: TokenParameters(@NonNull final TokenParameters.Builder builder)
nameWithType: TokenParameters.TokenParameters(@NonNull final TokenParameters.Builder builder)
parameters:
- name: builder
type: <xref href="%40NonNull+final+TokenParameters.Builder?alt=%40NonNull+final+TokenParameters.Builder&text=%40NonNull+final+TokenParameters.Builder" data-throw-if-not-resolved="False"/>
syntax: protected TokenParameters(@NonNull final TokenParameters.Builder builder)
uid: com.microsoft.identity.client.TokenParameters.TokenParameters(@NonNull final TokenParameters.Builder)
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.identity.client.TokenParameters.getAccount()
name: getAccount()
nameWithType: TokenParameters.getAccount()
returns:
type: <xref href="com.microsoft.identity.client.IAccount?alt=com.microsoft.identity.client.IAccount&text=IAccount" data-throw-if-not-resolved="False"/>
summary: >-
<p>Optional. If provided, will be used to force the session continuation. If user tries to sign in with a different account, error will be returned.</p>
<p></p>
syntax: public IAccount getAccount()
uid: com.microsoft.identity.client.TokenParameters.getAccount()
- fullName: com.microsoft.identity.client.TokenParameters.getAccountRecord()
name: getAccountRecord()
nameWithType: TokenParameters.getAccountRecord()
returns:
type: <xref href="AccountRecord?alt=AccountRecord&text=AccountRecord" data-throw-if-not-resolved="False"/>
syntax: public AccountRecord getAccountRecord()
uid: com.microsoft.identity.client.TokenParameters.getAccountRecord()
- fullName: com.microsoft.identity.client.TokenParameters.getAuthenticationScheme()
name: getAuthenticationScheme()
nameWithType: TokenParameters.getAuthenticationScheme()
returns:
description: <p>The AuthenticationScheme to get. </p>
type: <xref href="com.microsoft.identity.client.AuthenticationScheme?alt=com.microsoft.identity.client.AuthenticationScheme&text=AuthenticationScheme" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the <xref uid="com.microsoft.identity.client.AuthenticationScheme" data-throw-if-not-resolved="false" data-raw-source="AuthenticationScheme"></xref>.</p>
<p></p>
syntax: public AuthenticationScheme getAuthenticationScheme()
uid: com.microsoft.identity.client.TokenParameters.getAuthenticationScheme()
- fullName: com.microsoft.identity.client.TokenParameters.getAuthority()
name: getAuthority()
nameWithType: TokenParameters.getAuthority()
returns:
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Optional. Can be passed to override the default authority.</p>
<p></p>
syntax: public String getAuthority()
uid: com.microsoft.identity.client.TokenParameters.getAuthority()
- fullName: com.microsoft.identity.client.TokenParameters.getClaimsRequest()
name: getClaimsRequest()
nameWithType: TokenParameters.getClaimsRequest()
returns:
type: <xref href="com.microsoft.identity.client.claims.ClaimsRequest?alt=com.microsoft.identity.client.claims.ClaimsRequest&text=ClaimsRequest" data-throw-if-not-resolved="False"/>
summary: >-
<p>Optional. Can be passed into request specific claims in the id_token and access_token</p>
<p></p>
syntax: public ClaimsRequest getClaimsRequest()
uid: com.microsoft.identity.client.TokenParameters.getClaimsRequest()
- fullName: com.microsoft.identity.client.TokenParameters.getCorrelationId()
name: getCorrelationId()
nameWithType: TokenParameters.getCorrelationId()
returns:
description: <p>a String representing the correlation id passed to TokenParameters </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Gets the correlation id passed to Token Parameters. If specified, MSAL will use this correlation id for the request instead of generating a new one.</p>
<p></p>
syntax: public String getCorrelationId()
uid: com.microsoft.identity.client.TokenParameters.getCorrelationId()
- fullName: com.microsoft.identity.client.TokenParameters.getScopes()
name: getScopes()
nameWithType: TokenParameters.getScopes()
returns:
type: <xref href="List%3CString%3E?alt=List%3CString%3E&text=List%3CString%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>The non-null array of scopes to be requested for the access token. MSAL always sends the scopes 'openid profile offline_access'. Do not include any of these scopes in the scope parameter.</p>
<p></p>
syntax: public List<String> getScopes()
uid: com.microsoft.identity.client.TokenParameters.getScopes()
nameWithType: TokenParameters
syntax: public class TokenParameters
type: class
uid: com.microsoft.identity.client.TokenParameters
fullName: com.microsoft.identity.client.TokenParameters
name: TokenParameters
package: com.microsoft.identity.client
summary: <p>Base class for AcquireTokenParameters and AcquireTokenSilentParameters </p>
metadata: {}