Bearer constructor

Bearer(
  1. String? scope
)

Literal Bearer.

Implementation

Bearer(String? scope) : value = scope ?? 'Bearer';