Class CommandClaimsBinderMock
Inheritance
System.Object
CommandClaimsBinderMock
Assembly: FunctionMonkey.Testing.dll
Syntax
public class CommandClaimsBinderMock : ICommandClaimsBinder
Methods
|
Improve this Doc
View Source
Bind(ClaimsPrincipal, Object)
Declaration
public object Bind(ClaimsPrincipal principal, object command)
Parameters
Type |
Name |
Description |
ClaimsPrincipal |
principal |
|
System.Object |
command |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
BindAsync(ClaimsPrincipal, Object)
Declaration
public Task<object> BindAsync(ClaimsPrincipal principal, object command)
Parameters
Type |
Name |
Description |
ClaimsPrincipal |
principal |
|
System.Object |
command |
|
Returns
Type |
Description |
Task<System.Object> |
|
Extension Methods