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