responseType

@JvmName(name = "qebrkvvmaxsbcnts")
suspend fun responseType(value: Output<String>)
@JvmName(name = "stvcvdbaptqainqf")
suspend fun responseType(value: String)

Parameters

value

The Response Type to request for in the OIDC Authorization Request for web sign-in. The CODE Response Type is recommended to avoid the Implicit Flow, for security reasons.

  • CODE: The response_type=code selection uses the Authorization Code Flow for web sign-in. Requires a configured client secret.

  • ID_TOKEN: The response_type=id_token selection uses the Implicit Flow for web sign-in. Possible values are: CODE, ID_TOKEN.