BearerToken typedef

BearerToken = String

A type alias for bearer token String. Notice that this is just the token, without the Bearer prefix.

Implementation

typedef BearerToken = String;