CustomTokenCredentials constructor

const CustomTokenCredentials({
  1. required String token,
  2. Map<String, dynamic>? extensions,
})

Implementation

const CustomTokenCredentials({
  required this.token,
  super.extensions,
});