pub fn auth_interceptor( config: &GrpcAuthConfig, request: &Request<()>, ) -> Result<(), Status>
Intercept gRPC requests to validate authentication.
Checks for authorization metadata key with Bearer <token> format.
authorization
Bearer <token>