authorization property

String? authorization
getter/setter pair

Bearer credential the transport read off this request's Authorization header, or null when it carried none. Set by the server from the transport's reserved _authorization key — never from client-supplied message content.

Implementation

String? authorization;