C# OJAI Client API
MapRDB.Driver.AuthConstants Class Reference

Static Public Attributes

static string AUTH_SCHEME_BASIC = @"basic"
 
static string AUTH_SCHEME_JWT = @"bearer"
 
static string JWT_TOKEN = @"bearer-token"
 
static string AUTH = @"authorization"
 
static string STATUS_TOKEN_EXPIRED = @"STATUS_TOKEN_EXPIRED"
 
static string USERNAME = @"user"
 
static string PASSWORD = @"password"
 
static string SSL_TARGET_NAME_OVERRIDE = @"grpc.ssl_target_name_override"