
docs.TokenResponse.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okta-sdk-api Show documentation
Show all versions of okta-sdk-api Show documentation
The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta
API. This .jar is the only compile-time dependency within the Okta SDK project that your code should
depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.
# TokenResponse
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**accessToken** | **String** | An access token. | [optional] |
|**deviceSecret** | **String** | An opaque device secret. This is returned if the `device_sso` scope is granted. | [optional] |
|**expiresIn** | **Integer** | The expiration time of the access token in seconds. | [optional] |
|**idToken** | **String** | An ID token. This is returned if the `openid` scope is granted. | [optional] |
|**issuedTokenType** | **TokenType** | | [optional] |
|**refreshToken** | **String** | An opaque refresh token. This is returned if the `offline_access` scope is granted. | [optional] |
|**scope** | **String** | The scopes contained in the access token. | [optional] |
|**tokenType** | **TokenResponseTokenType** | | [optional] |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy