AccessApplicationSaasAppHybridAndImplicitOptionsArgs

data class AccessApplicationSaasAppHybridAndImplicitOptionsArgs(val returnAccessTokenFromAuthorizationEndpoint: Output<Boolean>? = null, val returnIdTokenFromAuthorizationEndpoint: Output<Boolean>? = null) : ConvertibleToJava<AccessApplicationSaasAppHybridAndImplicitOptionsArgs>

Constructors

constructor(returnAccessTokenFromAuthorizationEndpoint: Output<Boolean>? = null, returnIdTokenFromAuthorizationEndpoint: Output<Boolean>? = null)

Properties

If an Access Token should be returned from the OIDC Authorization endpoint

Link copied to clipboard

If an ID Token should be returned from the OIDC Authorization endpoint

Functions

Link copied to clipboard
open override fun toJava(): AccessApplicationSaasAppHybridAndImplicitOptionsArgs