authSchemes
fun authSchemes(defaultScheme: String = AuthScheme.Bearer, vararg additionalSchemes: String)(source)
Provide the auth schemes accepted when validating the authentication. By default, it accepts the "Bearer" scheme.
Provide the auth schemes accepted when validating the authentication. By default, it accepts the "Bearer" scheme.