AuthProvider

Describes an authorization provider.

Types

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

Properties

Link copied to clipboard

The authorization type.

Link copied to clipboard

Describes an Amazon Cognito user pool configuration.

Link copied to clipboard

A LambdaAuthorizerConfig specifies how to authorize AppSync API access when using the AWS_LAMBDA authorizer mode. Be aware that an AppSync API can have only one Lambda authorizer configured at a time.

Link copied to clipboard

Describes an OpenID Connect (OIDC) configuration.

Functions

Link copied to clipboard
inline fun copy(block: AuthProvider.Builder.() -> Unit = {}): AuthProvider
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