Authenticable

public protocol Authenticable

Represents an Authenticable that is associated with Requestable.

  • authentication Default implementation

    The authentication.

    Default Implementation

    Authentication.default

    Declaration

    Swift

    var authentication: Authentication { get }