Initial Commit ...
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace xIdentityService.Constants {
|
||||
public enum XTokenType {
|
||||
//
|
||||
// Summary:
|
||||
// Self-contained Json Web Token
|
||||
Jwt,
|
||||
//
|
||||
// Summary:
|
||||
// Reference token
|
||||
Reference
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user