DynamiteHttpBearerAuthentication constructor
const
DynamiteHttpBearerAuthentication({
- required String token,
Creates a new http bearer authentication.
Implementation
const DynamiteHttpBearerAuthentication({
required this.token,
}) : super(
type: 'http',
scheme: 'bearer',
);