ZeroTrustAccessApplicationSaasAppHybridAndImplicitOptions

data class ZeroTrustAccessApplicationSaasAppHybridAndImplicitOptions(val returnAccessTokenFromAuthorizationEndpoint: Boolean? = null, val returnIdTokenFromAuthorizationEndpoint: Boolean? = null)

Constructors

constructor(returnAccessTokenFromAuthorizationEndpoint: Boolean? = null, returnIdTokenFromAuthorizationEndpoint: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

If true, the authorization endpoint will return an access token.

Link copied to clipboard

If true, the authorization endpoint will return an id token.