pub const CLIENT_SUPPORTED_AUTH_METHODS: &'static [OAuthClientAuthenticationMethod];
Available on crate feature experimental-oidc only.
Expand description

The supported authentication methods of this library.

During client registration, make sure that you only use one of the values defined here.