BackendApiAppSyncAuthSettings

The authentication settings for accessing provisioned data models in your Amplify project.

Types

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

Properties

Link copied to clipboard

The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.

Link copied to clipboard

The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.

Link copied to clipboard

The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.

Link copied to clipboard

The expiry time for the OpenID authentication mechanism.

Link copied to clipboard

The clientID for openID, if openID was used as an authentication setting to access your data models.

Link copied to clipboard

The expiry time for the OpenID authentication mechanism.

Link copied to clipboard

The openID issuer URL, if openID was used as an authentication setting to access your data models.

Link copied to clipboard

The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.

Functions

Link copied to clipboard
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