OAuthClientCredentials
data class OAuthClientCredentials(val value: ServiceNowOAuthClientCredentialsConfig) : ServiceNowServiceAuthorizationConfig
OAuth client credentials configuration.
Inherited functions
Link copied to clipboard
Casts this ServiceNowServiceAuthorizationConfig as a OAuthClientCredentials and retrieves its aws.sdk.kotlin.services.devopsagent.model.ServiceNowOAuthClientCredentialsConfig value. Throws an exception if the ServiceNowServiceAuthorizationConfig is not a OAuthClientCredentials.
Link copied to clipboard
Casts this ServiceNowServiceAuthorizationConfig as a OAuthClientCredentials and retrieves its aws.sdk.kotlin.services.devopsagent.model.ServiceNowOAuthClientCredentialsConfig value. Returns null if the ServiceNowServiceAuthorizationConfig is not a OAuthClientCredentials.