BearerAuthErrorOptions constructor

const BearerAuthErrorOptions({
  1. FutureOr message(
    1. Context c
    )?,
  2. String? wwwAuthenticate,
})

Implementation

const BearerAuthErrorOptions({this.message, this.wwwAuthenticate});