unauthorized static method
Implementation
static DsCustomMiddleWareResponse unauthorized() {
return DsCustomMiddleWareResponse(
401, {'www-authenticate': 'Bearer'}, 'Unauthorized');
}
static DsCustomMiddleWareResponse unauthorized() {
return DsCustomMiddleWareResponse(
401, {'www-authenticate': 'Bearer'}, 'Unauthorized');
}