RegistryRecordOAuthCredentialProvider

OAuth credential provider configuration for authenticating with an external source during synchronization.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional custom parameters for the OAuth flow.

Link copied to clipboard

The OAuth grant type. Currently only CLIENT_CREDENTIALS is supported.

Link copied to clipboard

The Amazon Resource Name (ARN) of the OAuth credential provider resource.

Link copied to clipboard

The OAuth scopes to request during authentication.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String