authorization property
String?
get
authorization
Get the Authorization header
Implementation
static String? get authorization => request.headers.get('authorization');
Get the Authorization header
static String? get authorization => request.headers.get('authorization');