Authenticator.static constructor

const Authenticator.static({
  1. String? token,
  2. OnRevoke? onRevoke,
})

Implementation

const factory Authenticator.static({String? token, OnRevoke? onRevoke}) =
    _StaticAuthenticator;