Authenticable

public protocol Authenticable

Represents an Authenticable that is associated with Requestable.

Available where Self: Configurable

  • authentication Default implementation

    Default Implementation

    Authentication.default

    Declaration

    Swift

    public var authentication: Authentication { get }