Uses of Class
com.okta.sdk.resource.model.OAuth2Client
Packages that use OAuth2Client
-
Uses of OAuth2Client in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return types with arguments of type OAuth2ClientModifier and TypeMethodDescriptionAuthorizationServerClientsApi.listOAuth2ClientsForAuthorizationServer
(String authServerId) List all Client resources for an authorization server Lists all Client resources for which the specified authorization server has tokensAuthorizationServerClientsApi.listOAuth2ClientsForAuthorizationServer
(String authServerId, Map<String, String> additionalHeaders) List all Client resources for an authorization server Lists all Client resources for which the specified authorization server has tokensUserResourcesApi.listUserClients
(String userId) List all Clients Lists all Client resources for which the specified User has grants or tokensUserResourcesApi.listUserClients
(String userId, Map<String, String> additionalHeaders) List all Clients Lists all Client resources for which the specified User has grants or tokens -
Uses of OAuth2Client in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuth2Client