SessionIoAuthHeader constructor

const SessionIoAuthHeader({
  1. String scheme = 'Bearer',
})

Constructs a new SessionIoAuthHeader

Implementation

const SessionIoAuthHeader({this.scheme = 'Bearer'});