Uses of Interface
com.okta.sdk.resource.application.OAuth2RefreshTokenList
-
Packages that use OAuth2RefreshTokenList Package Description com.okta.sdk.resource.authorization.server com.okta.sdk.resource.user -
-
Uses of OAuth2RefreshTokenList in com.okta.sdk.resource.authorization.server
Methods in com.okta.sdk.resource.authorization.server that return OAuth2RefreshTokenList Modifier and Type Method Description OAuth2RefreshTokenList
AuthorizationServer. listRefreshTokensForClient(java.lang.String clientId)
SuccessOAuth2RefreshTokenList
AuthorizationServer. listRefreshTokensForClient(java.lang.String clientId, java.lang.String expand)
Success -
Uses of OAuth2RefreshTokenList in com.okta.sdk.resource.user
Methods in com.okta.sdk.resource.user that return OAuth2RefreshTokenList Modifier and Type Method 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.
-