Uses of Interface
software.amazon.awscdk.services.cognito.OAuthSettings
Packages that use OAuthSettings
-
Uses of OAuthSettings in software.amazon.awscdk.services.cognito
Classes in software.amazon.awscdk.services.cognito that implement OAuthSettingsMethods in software.amazon.awscdk.services.cognito that return OAuthSettingsModifier and TypeMethodDescriptionOAuthSettings.Builder.build()
Builds the configured instance.default OAuthSettings
UserPoolClientOptions.getOAuth()
OAuth settings for this client to interact with the app.final OAuthSettings
UserPoolClientOptions.Jsii$Proxy.getOAuth()
final OAuthSettings
UserPoolClientProps.Jsii$Proxy.getOAuth()
Methods in software.amazon.awscdk.services.cognito with parameters of type OAuthSettingsModifier and TypeMethodDescriptionUserPoolClient.Builder.oAuth
(OAuthSettings oAuth) OAuth settings for this client to interact with the app.UserPoolClientOptions.Builder.oAuth
(OAuthSettings oAuth) Sets the value ofUserPoolClientOptions.getOAuth()
UserPoolClientProps.Builder.oAuth
(OAuthSettings oAuth) Sets the value ofUserPoolClientOptions.getOAuth()