Config Blocking Functions Forward Inbound Credentials
data class ConfigBlockingFunctionsForwardInboundCredentials(val accessToken: Boolean? = null, val idToken: Boolean? = null, val refreshToken: Boolean? = null)
Constructors
Link copied to clipboard
fun ConfigBlockingFunctionsForwardInboundCredentials(accessToken: Boolean? = null, idToken: Boolean? = null, refreshToken: Boolean? = null)