OauthIdpConfigResponseType

data class OauthIdpConfigResponseType(val code: Boolean? = null, val idToken: Boolean? = null)

Constructors

Link copied to clipboard
constructor(code: Boolean? = null, idToken: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: Boolean? = null

If true, authorization code is returned from IdP's authorization endpoint.

Link copied to clipboard
val idToken: Boolean? = null

If true, ID token is returned from IdP's authorization endpoint.