apply Formatting Fix ...
This commit is contained in:
@@ -3,7 +3,8 @@ using xExceptions.Attributes;
|
|||||||
namespace xIdentityService.Constants {
|
namespace xIdentityService.Constants {
|
||||||
public enum XAuthenticationScheme {
|
public enum XAuthenticationScheme {
|
||||||
[StringValue ("token")]
|
[StringValue ("token")]
|
||||||
XToken, [StringValue ("introspection")]
|
XToken,
|
||||||
|
[StringValue ("introspection")]
|
||||||
XIntrospection,
|
XIntrospection,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user