Instance Property

authHeaderTokenType

Some servers 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?

Discussion

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

See Also

Options