Skip to content

Commit e2937a5

Browse files
feat: this commit introduces the grant enumeration in the domain.concepts namespace to represent different types of grants.
1 parent de76cde commit e2937a5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • Source/HttpsRichardy.Federation.Domain/Concepts
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
namespace HttpsRichardy.Federation.Domain.Concepts;
2+
3+
public enum Grant
4+
{
5+
Unspecified,
6+
AuthorizationCode,
7+
ClientCredentials,
8+
}

0 commit comments

Comments
 (0)