Uses of Class
com.okta.sdk.resource.model.OAuth2ClientSecret
-
Uses of OAuth2ClientSecret in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionApplicationSsoCredentialOAuth2ClientAuthApi.activateOAuth2ClientSecret
(String appId, String secretId) Activate an OAuth 2.0 Client Secret Activates an OAuth 2.0 Client Secret by `secretId`ApplicationSsoCredentialOAuth2ClientAuthApi.activateOAuth2ClientSecret
(String appId, String secretId, Map<String, String> additionalHeaders) Activate an OAuth 2.0 Client Secret Activates an OAuth 2.0 Client Secret by `secretId`ApplicationSsoCredentialOAuth2ClientAuthApi.createOAuth2ClientSecret
(String appId, OAuth2ClientSecretRequestBody oauth2ClientSecretRequestBody) Create an OAuth 2.0 Client Secret Creates an OAuth 2.0 Client Secret object with a new active client secret.ApplicationSsoCredentialOAuth2ClientAuthApi.createOAuth2ClientSecret
(String appId, OAuth2ClientSecretRequestBody oauth2ClientSecretRequestBody, Map<String, String> additionalHeaders) Create an OAuth 2.0 Client Secret Creates an OAuth 2.0 Client Secret object with a new active client secret.ApplicationSsoCredentialOAuth2ClientAuthApi.deactivateOAuth2ClientSecret
(String appId, String secretId) Deactivate an OAuth 2.0 Client Secret Deactivates an OAuth 2.0 Client Secret by `secretId`.ApplicationSsoCredentialOAuth2ClientAuthApi.deactivateOAuth2ClientSecret
(String appId, String secretId, Map<String, String> additionalHeaders) Deactivate an OAuth 2.0 Client Secret Deactivates an OAuth 2.0 Client Secret by `secretId`.ApplicationSsoCredentialOAuth2ClientAuthApi.getOAuth2ClientSecret
(String appId, String secretId) Retrieve an OAuth 2.0 Client Secret Retrieves an OAuth 2.0 Client Secret by `secretId`ApplicationSsoCredentialOAuth2ClientAuthApi.getOAuth2ClientSecret
(String appId, String secretId, Map<String, String> additionalHeaders) Retrieve an OAuth 2.0 Client Secret Retrieves an OAuth 2.0 Client Secret by `secretId`Modifier and TypeMethodDescriptionApplicationSsoCredentialOAuth2ClientAuthApi.listOAuth2ClientSecrets
(String appId) List all OAuth 2.0 Client Secrets Lists all client secrets for an OAuth 2.0 client appApplicationSsoCredentialOAuth2ClientAuthApi.listOAuth2ClientSecrets
(String appId, Map<String, String> additionalHeaders) List all OAuth 2.0 Client Secrets Lists all client secrets for an OAuth 2.0 client app -
Uses of OAuth2ClientSecret in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionOAuth2ClientSecret.links
(OAuthClientSecretLinks links) OAuth2ClientSecret.status
(OAuth2ClientSecret.StatusEnum status)