VcParamMode
The mode that controls how a vc_* authorisation parameter is resolved for an OIDC client.
enum VcParamMode {
client_supplied
fixed
}
Values
VcParamMode.client_supplied
The client may supply a value at runtime. When missing, the entity's configured value is used as fallback.
VcParamMode.fixed
The entity's configured value is always used, ignoring any client-supplied value.
Member Of
OidcClientVcPolicy object ● OidcClientVcPolicyInput input