Modifier and Type | Class and Description |
---|---|
class |
DefaultOAuth2RefreshTokenList |
Modifier and Type | Method and Description |
---|---|
OAuth2RefreshTokenList |
DefaultAuthorizationServer.listRefreshTokensForClient(String clientId)
Success
|
OAuth2RefreshTokenList |
DefaultAuthorizationServer.listRefreshTokensForClient(String clientId,
String expand)
Success
|
Modifier and Type | Method and Description |
---|---|
OAuth2RefreshTokenList |
DefaultUser.listRefreshTokensForUserAndClient(String clientId)
Lists all refresh tokens issued for the specified User and Client.
|
OAuth2RefreshTokenList |
DefaultUser.listRefreshTokensForUserAndClient(String clientId,
String expand)
Lists all refresh tokens issued for the specified User and Client.
|
Modifier and Type | Method and Description |
---|---|
OAuth2RefreshTokenList |
AuthorizationServer.listRefreshTokensForClient(String clientId)
Success
|
OAuth2RefreshTokenList |
AuthorizationServer.listRefreshTokensForClient(String clientId,
String expand)
Success
|
Modifier and Type | Method and Description |
---|---|
OAuth2RefreshTokenList |
User.listRefreshTokensForUserAndClient(String clientId)
Lists all refresh tokens issued for the specified User and Client.
|
OAuth2RefreshTokenList |
User.listRefreshTokensForUserAndClient(String clientId,
String expand)
Lists all refresh tokens issued for the specified User and Client.
|
Copyright © 2017–2023 Okta. All rights reserved.