Values.BackendAPIAppSyncAuthSettingsSourceThe authentication settings for accessing provisioned data models in your Amplify project.
type nonrec t = {cognitoUserPoolId : string option;The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.
*)description : string option;The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.
*)expirationTime : float option;The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.
*)openIDAuthTTL : string option;The expiry time for the OpenID authentication mechanism.
*)openIDClientId : string option;The clientID for openID, if openID was used as an authentication setting to access your data models.
*)openIDIatTTL : string option;The expiry time for the OpenID authentication mechanism.
*)openIDIssueURL : string option;The openID issuer URL, if openID was used as an authentication setting to access your data models.
*)openIDProviderName : string option;The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.
*)}