WorkforcePoolProviderOidc

data class WorkforcePoolProviderOidc(val clientId: String, val issuerUri: String)

Constructors

Link copied to clipboard
fun WorkforcePoolProviderOidc(clientId: String, issuerUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client ID. Must match the audience claim of the JWT issued by the identity provider.

Link copied to clipboard

The OIDC issuer URI. Must be a valid URI using the 'https' scheme.