obj
IRemoteContext
,
IHttpContextAccessor
The context to inject in a remote service to authorize remote functions.
Instance member | Description |
|
|
Full Usage:
this.AuthorizeWith
Parameters:
seq<IAuthorizeData>
-
The authorization requirements.
request : 'req -> Async<'resp>
-
The request handler to authorize.
Returns: 'req -> Async<'resp>
The authorized request handler.
Modifiers: abstract Type parameters: 'req, 'resp |
|