NAME
Paws::AmplifyBackend::CreateBackendAuthOAuthConfig
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::AmplifyBackend::CreateBackendAuthOAuthConfig object:
$service_obj->Method(Att1 => { DomainPrefix => $value, ..., SocialProviderSettings => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::AmplifyBackend::CreateBackendAuthOAuthConfig object:
$result = $service_obj->Method(...);
$result->Att1->DomainPrefix
DESCRIPTION
Creates the OAuth configuration for your Amplify project.
ATTRIBUTES
DomainPrefix => Str
The domain prefix for your Amplify app.
REQUIRED OAuthGrantType => Str
The OAuth grant type that you use to allow app users to authenticate from your Amplify app.
REQUIRED OAuthScopes => ArrayRef[Str|Undef]
List of OAuth-related flows used to allow your app users to authenticate from your Amplify app.
REQUIRED RedirectSignInURIs => ArrayRef[Str|Undef]
The redirected URI for signing in to your Amplify app.
REQUIRED RedirectSignOutURIs => ArrayRef[Str|Undef]
Redirect URLs used by OAuth when a user signs out of an Amplify app.
SocialProviderSettings => Paws::AmplifyBackend::SocialProviderSettings
The settings for using social providers to access your Amplify app.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::AmplifyBackend
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues