pub const BEARER_TOKEN_USER: &str = "*";Expand description
Reserved SQL-protocol username selecting bearer-token authentication.
User providers must not define this as a password-authenticated user. SQL servers carry the token through their clear-password exchange; this selector does not itself require TLS, so transport policy remains a server deployment choice.