AWS SDK for Kotlin
1.6.58
      Platform filter
Skip to content
    AWS SDK for Kotlin
devopsagent/aws.sdk.kotlin.services.devopsagent.model/ServiceNowServiceAuthorizationConfig/OAuthClientCredentials

OAuthClientCredentials

data class OAuthClientCredentials(val value: ServiceNowOAuthClientCredentialsConfig) : ServiceNowServiceAuthorizationConfig

OAuth client credentials configuration.

Constructors

OAuthClientCredentials
Link copied to clipboard
constructor(value: ServiceNowOAuthClientCredentialsConfig)

Properties

value
Link copied to clipboard
val value: ServiceNowOAuthClientCredentialsConfig

Inherited functions

asOAuthClientCredentials
Link copied to clipboard
fun asOAuthClientCredentials(): ServiceNowOAuthClientCredentialsConfig

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.

asOAuthClientCredentialsOrNull
Link copied to clipboard
fun asOAuthClientCredentialsOrNull(): ServiceNowOAuthClientCredentialsConfig?

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.

© 2026, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generated by dokka