Protocol
BearerAuthenticator
protocol BearerAuthenticator : RequestAuthenticator
Topics
Instance Properties
var realm: StringRealm to advertise in theWWW-Authenticatechallenge.
Instance Methods
func authenticate(bearer: BearerAuthorization, for: Request) async throwsAuthenticates the supplied bearer authorization for this request.
Relationships
Inherits From
MiddlewareRequestAuthenticatorSwift.SendableSwift.SendableMetatype