Skip to content

Commit e3ba936

Browse files
feat: this commit introduces the “grant” property in the interface to expose the type of grant
associated with the handler.
1 parent e2937a5 commit e3ba936

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/HttpsRichardy.Federation.Application/Contracts/IAuthorizationFlowHandler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
public interface IAuthorizationFlowHandler
44
{
5+
public Grant Grant { get; }
6+
57
public Task<Result<ClientAuthenticationResult>> HandleAsync(
68
ClientAuthenticationCredentials parameters,
79
CancellationToken cancellation = default

0 commit comments

Comments
 (0)