Authenticable
public protocol Authenticable
Represents an Authenticable
that is associated with Requestable
.
-
The
authentication
.Declaration
Swift
var authentication: Authentication { get }
-
authentication
Default implementationDefault Implementation
Authentication.default
Declaration
Swift
public var authentication: Authentication { get }