Skip to main content

StorefrontAuthenticationType

Indicates what type of authentication is used for the storefront.

enum StorefrontAuthenticationType {
COGNITO
JWKS
NONE
}

Values​

StorefrontAuthenticationType.COGNITO​

Indicates that the storefront uses Cognito for auth.

StorefrontAuthenticationType.JWKS​

Indicates that the storefront uses a JWT that has a JWKS for auth.

StorefrontAuthenticationType.NONE​

Member of​

Storefront object ● StorefrontCreateInput input ● StorefrontUpdateInput input