Initial Commit ...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace xCommons.Constants {
|
||||
public partial struct XAuthentication {
|
||||
public const string JWT = "jwt";
|
||||
public const string BEARER = "Bearer";
|
||||
public const string TOKEN = "token";
|
||||
public const string INTROSPECTION = "introspection";
|
||||
public const string IDENTITY_SERVER_LOCAL_API = "IdentityServerAccessToken";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user