interface AuthData

interface AuthData

optional
prefix? : 'Bearer' | 'Bot' = REST.options.authPrefix

The authorization prefix to use for this request, useful if you use this with bearer tokens

token : string

The authorization token to use for this request