12 lines
244 B
C#
12 lines
244 B
C#
namespace xIdentityService.Constants {
|
|
public enum XTokenType {
|
|
//
|
|
// Summary:
|
|
// Self-contained Json Web Token
|
|
Jwt,
|
|
//
|
|
// Summary:
|
|
// Reference token
|
|
Reference
|
|
}
|
|
} |