| Package | Description |
|---|---|
| com.okta.sdk.resource.authorization.server | |
| com.okta.sdk.resource.user |
| Modifier and Type | Method and Description |
|---|---|
OAuth2RefreshTokenList |
AuthorizationServer.listRefreshTokensForClient(java.lang.String clientId)
Success
|
OAuth2RefreshTokenList |
AuthorizationServer.listRefreshTokensForClient(java.lang.String clientId,
java.lang.String expand)
Success
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2RefreshTokenList |
User.listRefreshTokensForUserAndClient(java.lang.String clientId)
Lists all refresh tokens issued for the specified User and Client.
|
OAuth2RefreshTokenList |
User.listRefreshTokensForUserAndClient(java.lang.String clientId,
java.lang.String expand)
Lists all refresh tokens issued for the specified User and Client.
|
Copyright © 2017-2021 Okta. All Rights Reserved.