pub const CLIENT_SUPPORTED_AUTH_METHODS: &[OAuthClientAuthenticationMethod];
Expand description

The supported authentication methods of this library.

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