Files
2024-01-25 04:44:02 +03:30

12 lines
244 B
C#

namespace xIdentityService.Constants {
public enum XTokenType {
//
// Summary:
// Self-contained Json Web Token
Jwt,
//
// Summary:
// Reference token
Reference
}
}