@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface ApplicationCredentialsOAuthClient extends ExtensibleResource
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
getAutoKeyRotation()  | 
String | 
getClientId()  | 
String | 
getClientSecret()  | 
OAuthEndpointAuthenticationMethod | 
getTokenEndpointAuthMethod()  | 
ApplicationCredentialsOAuthClient | 
setAutoKeyRotation(Boolean autoKeyRotation)  | 
ApplicationCredentialsOAuthClient | 
setClientId(String clientId)  | 
ApplicationCredentialsOAuthClient | 
setClientSecret(String clientSecret)  | 
ApplicationCredentialsOAuthClient | 
setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)  | 
getResourceHref, setResourceHrefgetBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringListclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesBoolean getAutoKeyRotation()
ApplicationCredentialsOAuthClient setAutoKeyRotation(Boolean autoKeyRotation)
String getClientId()
ApplicationCredentialsOAuthClient setClientId(String clientId)
String getClientSecret()
ApplicationCredentialsOAuthClient setClientSecret(String clientSecret)
OAuthEndpointAuthenticationMethod getTokenEndpointAuthMethod()
ApplicationCredentialsOAuthClient setTokenEndpointAuthMethod(OAuthEndpointAuthenticationMethod tokenEndpointAuthMethod)
Copyright © 2017–2023 Okta. All rights reserved.