Interface IAuthorizeValidatorContext

A context for a ''.

interface IAuthorizeValidatorContext {
    request: IHttpRequest<any>;
    response: IHttpResponse;
    roles: AuthorizeRoles;
}

Properties

request: IHttpRequest<any>

The request context.

response: IHttpResponse

The response context.

List of roles.

Generated using TypeDoc