Instance Property

authHeaderTokenType

Some APIs may use a different key for their authorization header’s token type than the one provided by the token request response.

Declaration

var authHeaderTokenType: String? { get }

Discussion

For example, Github uses “token”, however their token response type is “bearer”.