httpAuth abstract method

String? httpAuth(
  1. String token
)

Creates the HTTP authorization header for requests. return null if default authorization needed ('OAuth token').

Implementation

core.String? httpAuth(core.String token);