Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ typeParameters:
- name: "T"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.17.2
artifact: com.microsoft.azure:msal4j:1.19.1
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ implements:
- "<xref href=\"com.microsoft.aad.msal4j.IApplicationBase?alt=com.microsoft.aad.msal4j.IApplicationBase&text=IApplicationBase\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.17.2
artifact: com.microsoft.azure:msal4j:1.19.1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ constructors:
nameWithType: "AbstractClientApplicationBase.Builder<T>.Builder(String clientId)"
summary: "Constructor to create instance of Builder of client application"
parameters:
- description: "Client ID (Application ID) of the application as registered\n\n in the application registration portal (portal.azure.com)"
- description: "Client ID (Application ID) of the application as registered\n in the application registration portal (portal.azure.com)"
name: "clientId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Builder(String clientId)"
Expand Down Expand Up @@ -348,4 +348,4 @@ typeParameters:
- name: "T"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.17.2
artifact: com.microsoft.azure:msal4j:1.19.1
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ implements:
- "<xref href=\"com.microsoft.aad.msal4j.IClientApplicationBase?alt=com.microsoft.aad.msal4j.IClientApplicationBase&text=IClientApplicationBase\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.17.2
artifact: com.microsoft.azure:msal4j:1.19.1
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.17.2
artifact: com.microsoft.azure:msal4j:1.19.1
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,4 @@ type: "class"
desc: "Class containing error codes returned by the service or generated by the client"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.17.2
artifact: com.microsoft.azure:msal4j:1.19.1
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ fields:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.17.2
artifact: com.microsoft.azure:msal4j:1.19.1
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,44 @@ methods:
syntax: "public AuthenticationResultMetadata build()"
returns:
type: "<xref href=\"com.microsoft.aad.msal4j.AuthenticationResultMetadata?alt=com.microsoft.aad.msal4j.AuthenticationResultMetadata&text=AuthenticationResultMetadata\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.cacheRefreshReason(com.microsoft.aad.msal4j.CacheRefreshReason)"
fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.cacheRefreshReason(CacheRefreshReason cacheRefreshReason)"
name: "cacheRefreshReason(CacheRefreshReason cacheRefreshReason)"
nameWithType: "AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.cacheRefreshReason(CacheRefreshReason cacheRefreshReason)"
summary: "Specifies the reason for refreshing the access token, see <xref uid=\"com.microsoft.aad.msal4j.CacheRefreshReason\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CacheRefreshReason\"></xref> for possible values."
parameters:
- name: "cacheRefreshReason"
type: "<xref href=\"com.microsoft.aad.msal4j.CacheRefreshReason?alt=com.microsoft.aad.msal4j.CacheRefreshReason&text=CacheRefreshReason\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AuthenticationResultMetadata.AuthenticationResultMetadataBuilder cacheRefreshReason(CacheRefreshReason cacheRefreshReason)"
desc: "Specifies the reason for refreshing the access token, see <xref uid=\"com.microsoft.aad.msal4j.CacheRefreshReason\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CacheRefreshReason\"></xref> for possible values. Will be <xref uid=\"com.microsoft.aad.msal4j.CacheRefreshReason.NOT_APPLICABLE\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CacheRefreshReason#NOT_APPLICABLE\"></xref> if the token was returned from the cache or if the API used to fetch the token does not attempt to read the cache."
returns:
description: "<code>this</code>."
type: "<xref href=\"com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder?alt=com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder&text=AuthenticationResultMetadataBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.refreshOn(java.lang.Long)"
fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.refreshOn(Long refreshOn)"
name: "refreshOn(Long refreshOn)"
nameWithType: "AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.refreshOn(Long refreshOn)"
summary: "When the token should be proactively refreshed."
parameters:
- name: "refreshOn"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AuthenticationResultMetadata.AuthenticationResultMetadataBuilder refreshOn(Long refreshOn)"
desc: "When the token should be proactively refreshed. May be null or 0 if proactive refresh is not used"
returns:
description: "<code>this</code>."
type: "<xref href=\"com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder?alt=com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder&text=AuthenticationResultMetadataBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.tokenSource(com.microsoft.aad.msal4j.TokenSource)"
fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.tokenSource(TokenSource tokenSource)"
name: "tokenSource(TokenSource tokenSource)"
nameWithType: "AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.tokenSource(TokenSource tokenSource)"
summary: "The source of the tokens in the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AuthenticationResult\"></xref>, see <xref uid=\"com.microsoft.aad.msal4j.TokenSource\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TokenSource\"></xref> for possible values"
parameters:
- name: "tokenSource"
type: "<xref href=\"com.microsoft.aad.msal4j.TokenSource?alt=com.microsoft.aad.msal4j.TokenSource&text=TokenSource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AuthenticationResultMetadata.AuthenticationResultMetadataBuilder tokenSource(TokenSource tokenSource)"
desc: "The source of the tokens in the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AuthenticationResult\"></xref>, see <xref uid=\"com.microsoft.aad.msal4j.TokenSource\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TokenSource\"></xref> for possible values"
returns:
description: "<code>this</code>."
type: "<xref href=\"com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder?alt=com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder&text=AuthenticationResultMetadataBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.toString()"
fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.toString()"
Expand All @@ -59,4 +78,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.17.2
artifact: com.microsoft.azure:msal4j:1.19.1
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,31 @@ methods:
syntax: "public static AuthenticationResultMetadata.AuthenticationResultMetadataBuilder builder()"
returns:
type: "<xref href=\"com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder?alt=com.microsoft.aad.msal4j.AuthenticationResultMetadata.AuthenticationResultMetadataBuilder&text=AuthenticationResultMetadataBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.cacheRefreshReason()"
fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.cacheRefreshReason()"
name: "cacheRefreshReason()"
nameWithType: "AuthenticationResultMetadata.cacheRefreshReason()"
summary: "Specifies the reason for refreshing the access token, see <xref uid=\"com.microsoft.aad.msal4j.CacheRefreshReason\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CacheRefreshReason\"></xref> for possible values."
syntax: "public CacheRefreshReason cacheRefreshReason()"
desc: "Specifies the reason for refreshing the access token, see <xref uid=\"com.microsoft.aad.msal4j.CacheRefreshReason\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CacheRefreshReason\"></xref> for possible values. Will be <xref uid=\"com.microsoft.aad.msal4j.CacheRefreshReason.NOT_APPLICABLE\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CacheRefreshReason#NOT_APPLICABLE\"></xref> if the token was returned from the cache or if the API used to fetch the token does not attempt to read the cache."
returns:
type: "<xref href=\"com.microsoft.aad.msal4j.CacheRefreshReason?alt=com.microsoft.aad.msal4j.CacheRefreshReason&text=CacheRefreshReason\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.refreshOn()"
fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.refreshOn()"
name: "refreshOn()"
nameWithType: "AuthenticationResultMetadata.refreshOn()"
summary: "When the token should be proactively refreshed."
syntax: "public Long refreshOn()"
desc: "When the token should be proactively refreshed. May be null or 0 if proactive refresh is not used"
returns:
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.tokenSource()"
fullName: "com.microsoft.aad.msal4j.AuthenticationResultMetadata.tokenSource()"
name: "tokenSource()"
nameWithType: "AuthenticationResultMetadata.tokenSource()"
summary: "The source of the tokens in the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AuthenticationResult\"></xref>, see <xref uid=\"com.microsoft.aad.msal4j.TokenSource\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TokenSource\"></xref> for possible values"
syntax: "public TokenSource tokenSource()"
desc: "The source of the tokens in the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AuthenticationResult\"></xref>, see <xref uid=\"com.microsoft.aad.msal4j.TokenSource\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TokenSource\"></xref> for possible values"
returns:
type: "<xref href=\"com.microsoft.aad.msal4j.TokenSource?alt=com.microsoft.aad.msal4j.TokenSource&text=TokenSource\" data-throw-if-not-resolved=\"False\" />"
type: "class"
Expand All @@ -51,4 +64,4 @@ implements:
- "<xref href=\"java.io.Serializable?alt=java.io.Serializable&text=Serializable\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.17.2
artifact: com.microsoft.azure:msal4j:1.19.1
Loading