ConfigBlockingFunctionsForwardInboundCredentials

data class ConfigBlockingFunctionsForwardInboundCredentials(val accessToken: Boolean? = null, val idToken: Boolean? = null, val refreshToken: Boolean? = null)

Constructors

constructor(accessToken: Boolean? = null, idToken: Boolean? = null, refreshToken: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessToken: Boolean? = null

Whether to pass the user's OAuth identity provider's access token.

Link copied to clipboard
val idToken: Boolean? = null

Whether to pass the user's OIDC identity provider's ID token.

Link copied to clipboard
val refreshToken: Boolean? = null

Whether to pass the user's OAuth identity provider's refresh token.