AuthResult: string | {
    [name: string]: string;
}

Represents the authorization information obtained by getAuthorization method. This information may be returned as either a string or an object:

  • If represented as a string, it will be used as a value of HTTP Authorization header for the service request.
  • If represented as an object, this object's properties will be added as HTTP headers for the service request.
The specifics depend on the authorization protocol.

Generated using TypeDoc