prefix property
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;
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'.
final String prefix;