BasicCredentialsExtractable constructor

const BasicCredentialsExtractable({
  1. String realm = 'restricted',
})

Reads basic credentials for realm.

Implementation

const BasicCredentialsExtractable({this.realm = 'restricted'});