Class OAuthFlows.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.OAuthFlows.Jsii$Proxy
- All Implemented Interfaces:
OAuthFlows,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
OAuthFlows
@Stability(Stable)
@Internal
public static final class OAuthFlows.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements OAuthFlows
An implementation for
OAuthFlows-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.OAuthFlows
OAuthFlows.Builder, OAuthFlows.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(OAuthFlows.Builder builder) Constructor that initializes the object based on literal property values passed by theOAuthFlows.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BooleanInitiate an authorization code grant flow, which provides an authorization code as the response.final BooleanClient should get the access token and ID token from the token endpoint using a combination of client and client_secret.final BooleanThe client should get the access token and ID token directly.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theOAuthFlows.Builder.
-
-
Method Details
-
getAuthorizationCodeGrant
Description copied from interface:OAuthFlowsInitiate an authorization code grant flow, which provides an authorization code as the response.Default: false
- Specified by:
getAuthorizationCodeGrantin interfaceOAuthFlows
-
getClientCredentials
Description copied from interface:OAuthFlowsClient should get the access token and ID token from the token endpoint using a combination of client and client_secret.Default: false
- Specified by:
getClientCredentialsin interfaceOAuthFlows
-
getImplicitCodeGrant
Description copied from interface:OAuthFlowsThe client should get the access token and ID token directly.Default: false
- Specified by:
getImplicitCodeGrantin interfaceOAuthFlows
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-