Uses of Interface
software.amazon.awscdk.services.cognito.OAuthSettings
-
Uses of OAuthSettings in software.amazon.awscdk.services.cognito
Modifier 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()
Modifier 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()