Values.UpdateBackendAuthOAuthConfigSourceThe OAuth configurations for authenticating users into your Amplify app.
type nonrec t = {domainPrefix : string option;The Amazon Cognito domain prefix used to create a hosted UI for authentication.
*)oAuthGrantType : OAuthGrantType.t option;The OAuth grant type to allow app users to authenticate from your Amplify app.
*)oAuthScopes : ListOfOAuthScopesElement.t option;The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
*)redirectSignInURIs : string list option;Redirect URLs that OAuth uses when a user signs in to an Amplify app.
*)redirectSignOutURIs : string list option;Redirect URLs that OAuth uses when a user signs out of an Amplify app.
*)}