getAsAuthorizationRequestHeader property
Returns thes value of the access token in the required format for an authorization header.
Implementation
String get getAsAuthorizationRequestHeader {
return this._asAuthorizationRequestHeader;
}
Returns thes value of the access token in the required format for an authorization header.
String get getAsAuthorizationRequestHeader {
return this._asAuthorizationRequestHeader;
}