JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.amplifybackend.model

Class UpdateBackendAuthOAuthConfig

    • Constructor Detail

      • UpdateBackendAuthOAuthConfig

        public UpdateBackendAuthOAuthConfig()
    • Method Detail

      • setDomainPrefix

        public void setDomainPrefix(String domainPrefix)

        The Amazon Cognito domain prefix used to create a hosted UI for authentication.

        Parameters:
        domainPrefix - The Amazon Cognito domain prefix used to create a hosted UI for authentication.
      • getDomainPrefix

        public String getDomainPrefix()

        The Amazon Cognito domain prefix used to create a hosted UI for authentication.

        Returns:
        The Amazon Cognito domain prefix used to create a hosted UI for authentication.
      • withDomainPrefix

        public UpdateBackendAuthOAuthConfig withDomainPrefix(String domainPrefix)

        The Amazon Cognito domain prefix used to create a hosted UI for authentication.

        Parameters:
        domainPrefix - The Amazon Cognito domain prefix used to create a hosted UI for authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOAuthGrantType

        public void setOAuthGrantType(String oAuthGrantType)

        The OAuth grant type to allow app users to authenticate from your Amplify app.

        Parameters:
        oAuthGrantType - The OAuth grant type to allow app users to authenticate from your Amplify app.
        See Also:
        OAuthGrantType
      • getOAuthGrantType

        public String getOAuthGrantType()

        The OAuth grant type to allow app users to authenticate from your Amplify app.

        Returns:
        The OAuth grant type to allow app users to authenticate from your Amplify app.
        See Also:
        OAuthGrantType
      • withOAuthGrantType

        public UpdateBackendAuthOAuthConfig withOAuthGrantType(String oAuthGrantType)

        The OAuth grant type to allow app users to authenticate from your Amplify app.

        Parameters:
        oAuthGrantType - The OAuth grant type to allow app users to authenticate from your Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OAuthGrantType
      • withOAuthGrantType

        public UpdateBackendAuthOAuthConfig withOAuthGrantType(OAuthGrantType oAuthGrantType)

        The OAuth grant type to allow app users to authenticate from your Amplify app.

        Parameters:
        oAuthGrantType - The OAuth grant type to allow app users to authenticate from your Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OAuthGrantType
      • getOAuthScopes

        public List<String> getOAuthScopes()

        The list of OAuth-related flows that can allow users to authenticate from your Amplify app.

        Returns:
        The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
        See Also:
        OAuthScopesElement
      • setOAuthScopes

        public void setOAuthScopes(Collection<String> oAuthScopes)

        The list of OAuth-related flows that can allow users to authenticate from your Amplify app.

        Parameters:
        oAuthScopes - The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
        See Also:
        OAuthScopesElement
      • withOAuthScopes

        public UpdateBackendAuthOAuthConfig withOAuthScopes(Collection<String> oAuthScopes)

        The list of OAuth-related flows that can allow users to authenticate from your Amplify app.

        Parameters:
        oAuthScopes - The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OAuthScopesElement
      • withOAuthScopes

        public UpdateBackendAuthOAuthConfig withOAuthScopes(OAuthScopesElement... oAuthScopes)

        The list of OAuth-related flows that can allow users to authenticate from your Amplify app.

        Parameters:
        oAuthScopes - The list of OAuth-related flows that can allow users to authenticate from your Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OAuthScopesElement
      • getRedirectSignInURIs

        public List<String> getRedirectSignInURIs()

        Redirect URLs that OAuth uses when a user signs in to an Amplify app.

        Returns:
        Redirect URLs that OAuth uses when a user signs in to an Amplify app.
      • setRedirectSignInURIs

        public void setRedirectSignInURIs(Collection<String> redirectSignInURIs)

        Redirect URLs that OAuth uses when a user signs in to an Amplify app.

        Parameters:
        redirectSignInURIs - Redirect URLs that OAuth uses when a user signs in to an Amplify app.
      • withRedirectSignInURIs

        public UpdateBackendAuthOAuthConfig withRedirectSignInURIs(Collection<String> redirectSignInURIs)

        Redirect URLs that OAuth uses when a user signs in to an Amplify app.

        Parameters:
        redirectSignInURIs - Redirect URLs that OAuth uses when a user signs in to an Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRedirectSignOutURIs

        public List<String> getRedirectSignOutURIs()

        Redirect URLs that OAuth uses when a user signs out of an Amplify app.

        Returns:
        Redirect URLs that OAuth uses when a user signs out of an Amplify app.
      • setRedirectSignOutURIs

        public void setRedirectSignOutURIs(Collection<String> redirectSignOutURIs)

        Redirect URLs that OAuth uses when a user signs out of an Amplify app.

        Parameters:
        redirectSignOutURIs - Redirect URLs that OAuth uses when a user signs out of an Amplify app.
      • withRedirectSignOutURIs

        public UpdateBackendAuthOAuthConfig withRedirectSignOutURIs(Collection<String> redirectSignOutURIs)

        Redirect URLs that OAuth uses when a user signs out of an Amplify app.

        Parameters:
        redirectSignOutURIs - Redirect URLs that OAuth uses when a user signs out of an Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSocialProviderSettings

        public void setSocialProviderSettings(SocialProviderSettings socialProviderSettings)

        Describes third-party social federation configurations for allowing your users to sign in with OAuth.

        Parameters:
        socialProviderSettings - Describes third-party social federation configurations for allowing your users to sign in with OAuth.
      • getSocialProviderSettings

        public SocialProviderSettings getSocialProviderSettings()

        Describes third-party social federation configurations for allowing your users to sign in with OAuth.

        Returns:
        Describes third-party social federation configurations for allowing your users to sign in with OAuth.
      • withSocialProviderSettings

        public UpdateBackendAuthOAuthConfig withSocialProviderSettings(SocialProviderSettings socialProviderSettings)

        Describes third-party social federation configurations for allowing your users to sign in with OAuth.

        Parameters:
        socialProviderSettings - Describes third-party social federation configurations for allowing your users to sign in with OAuth.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /