Uses of Interface
com.okta.sdk.resource.OAuth2ClientList
-
Packages that use OAuth2ClientList Package Description com.okta.sdk.client -
-
Uses of OAuth2ClientList in com.okta.sdk.client
Methods in com.okta.sdk.client that return OAuth2ClientList Modifier and Type Method Description OAuth2ClientList
Client. listOAuth2ClientsForAuthorizationServer(java.lang.String authServerId)
List Oauth2clients for Authorization Server SuccessOAuth2ClientList
Client. listUserClients(java.lang.String userId)
List User Clients Lists all client resources for which the specified user has grants or tokens.
-