var isAuthorized : Bool
True if the keychain instance contains tokens from a token request. If your application has been authorized by the user, will return true. Read-only.
func authenticatedRequest (for: HTTPRequest, numberOfRetries : UInt8) async throws -> HTTPRequest.Response
Sends an authenticated HTTP request to a Web API endpoint. Returns a
HTTPRequest.Response
.