tokenFormatter property

String Function(String token) tokenFormatter
final

Function to format the token (default: 'Bearer {token}')

Implementation

final String Function(String token) tokenFormatter;