Google Cloud Identitytoolkit Admin V2OAuth Response Type Args
data class GoogleCloudIdentitytoolkitAdminV2OAuthResponseTypeArgs(val code: Output<Boolean>? = null, val idToken: Output<Boolean>? = null, val token: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudIdentitytoolkitAdminV2OAuthResponseTypeArgs>
The response type to request for in the OAuth authorization flow. You can set either id_token
or code
to true, but not both. Setting both types to be simultaneously true ({code: true, id_token: true}
) is not yet supported. See https://openid.net/specs/openid-connect-core-1_0.html#Authentication for a mapping of response type to OAuth 2.0 flow.
Constructors
Link copied to clipboard
fun GoogleCloudIdentitytoolkitAdminV2OAuthResponseTypeArgs(code: Output<Boolean>? = null, idToken: Output<Boolean>? = null, token: Output<Boolean>? = null)