@Stability(value=Experimental) @Internal public static final class OAuthFlows.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OAuthFlows
OAuthFlowssoftware.amazon.jsii.JsiiObject.InitializationModeOAuthFlows.Builder, OAuthFlows.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean authorizationCodeGrant,
Boolean clientCredentials,
Boolean implicitCodeGrant)
Constructor that initializes the object based on literal property values passed by the
OAuthFlows.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getAuthorizationCodeGrant()
(experimental) Initiate an authorization code grant flow, which provides an authorization code as the response.
|
Boolean |
getClientCredentials()
(experimental) Client should get the access token and ID token from the token endpoint using a combination of client and client_secret.
|
Boolean |
getImplicitCodeGrant()
(experimental) The client should get the access token and ID token directly.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Boolean authorizationCodeGrant, Boolean clientCredentials, Boolean implicitCodeGrant)
OAuthFlows.Builder.public final Boolean getAuthorizationCodeGrant()
OAuthFlowsDefault: false
getAuthorizationCodeGrant in interface OAuthFlowspublic final Boolean getClientCredentials()
OAuthFlowsDefault: false
getClientCredentials in interface OAuthFlowspublic final Boolean getImplicitCodeGrant()
OAuthFlowsDefault: false
getImplicitCodeGrant in interface OAuthFlows@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.