@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:21.998Z") @Stability(value=Experimental) public interface OAuthFlows extends software.amazon.jsii.JsiiSerializable
the 'Allowed OAuth Flows' section at https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-app-idp-settings.html| Modifier and Type | Interface and Description |
|---|---|
static class |
OAuthFlows.Builder
A builder for
OAuthFlows |
static class |
OAuthFlows.Jsii$Proxy
An implementation for
OAuthFlows |
| Modifier and Type | Method and Description |
|---|---|
static OAuthFlows.Builder |
builder() |
default Boolean |
getAuthorizationCodeGrant()
(experimental) Initiate an authorization code grant flow, which provides an authorization code as the response.
|
default Boolean |
getClientCredentials()
(experimental) Client should get the access token and ID token from the token endpoint using a combination of client and client_secret.
|
default Boolean |
getImplicitCodeGrant()
(experimental) The client should get the access token and ID token directly.
|
@Stability(value=Experimental) @Nullable default Boolean getAuthorizationCodeGrant()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getClientCredentials()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getImplicitCodeGrant()
Default: false
@Stability(value=Experimental) static OAuthFlows.Builder builder()
OAuthFlows.Builder of OAuthFlowsCopyright © 2020. All rights reserved.