prefix property

String prefix
final

The scheme prefix placed before the token value (defaults to 'Bearer').

Override this when the API requires a non-standard scheme such as 'Token' or 'JWT'.

Implementation

final String prefix;