Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
OAuth2RefreshToken |
AuthorizationServerApi.getRefreshTokenForAuthorizationServerAndClient(String authServerId,
String clientId,
String tokenId,
String expand)
Retrieve a Refresh Token for a Client
Retrieves a refresh token for a client
|
OAuth2RefreshToken |
AuthorizationServerApi.getRefreshTokenForAuthorizationServerAndClient(String authServerId,
String clientId,
String tokenId,
String expand,
Map<String,String> additionalHeaders)
Retrieve a Refresh Token for a Client
Retrieves a refresh token for a client
|
OAuth2RefreshToken |
UserApi.getRefreshTokenForUserAndClient(String userId,
String clientId,
String tokenId,
String expand,
Integer limit,
String after)
Retrieve a Refresh Token for a Client
Retrieves a refresh token issued for the specified User and Client
|
OAuth2RefreshToken |
UserApi.getRefreshTokenForUserAndClient(String userId,
String clientId,
String tokenId,
String expand,
Integer limit,
String after,
Map<String,String> additionalHeaders)
Retrieve a Refresh Token for a Client
Retrieves a refresh token issued for the specified User and Client
|
Modifier and Type | Method and Description |
---|---|
List<OAuth2RefreshToken> |
AuthorizationServerApi.listRefreshTokensForAuthorizationServerAndClient(String authServerId,
String clientId,
String expand,
String after,
Integer limit)
List all Refresh Tokens for a Client
Lists all refresh tokens for a client
|
List<OAuth2RefreshToken> |
AuthorizationServerApi.listRefreshTokensForAuthorizationServerAndClient(String authServerId,
String clientId,
String expand,
String after,
Integer limit,
Map<String,String> additionalHeaders)
List all Refresh Tokens for a Client
Lists all refresh tokens for a client
|
List<OAuth2RefreshToken> |
UserApi.listRefreshTokensForUserAndClient(String userId,
String clientId,
String expand,
String after,
Integer limit)
List all Refresh Tokens for a Client
Lists all refresh tokens issued for the specified User and Client
|
List<OAuth2RefreshToken> |
UserApi.listRefreshTokensForUserAndClient(String userId,
String clientId,
String expand,
String after,
Integer limit,
Map<String,String> additionalHeaders)
List all Refresh Tokens for a Client
Lists all refresh tokens issued for the specified User and Client
|
Modifier and Type | Method and Description |
---|---|
OAuth2RefreshToken |
OAuth2RefreshToken.addScopesItem(String scopesItem) |
OAuth2RefreshToken |
OAuth2RefreshToken.clientId(String clientId) |
OAuth2RefreshToken |
OAuth2RefreshToken.createdBy(OAuth2Actor createdBy) |
OAuth2RefreshToken |
OAuth2RefreshToken.issuer(String issuer) |
OAuth2RefreshToken |
OAuth2RefreshToken.links(LinksSelf links) |
OAuth2RefreshToken |
OAuth2RefreshToken.scopes(List<String> scopes) |
OAuth2RefreshToken |
OAuth2RefreshToken.status(GrantOrTokenStatus status) |
OAuth2RefreshToken |
OAuth2RefreshToken.userId(String userId) |
Copyright © 2017–2023 Okta. All rights reserved.