AuthProviderClientFactory

public protocol AuthProviderClientFactory

A protocol defining methods necessary to provide an authentication provider client. This protocol is not to be inherited except internally. Each authentication provider with a client offers a static factory implementing this protocol.

  • The type of client that this factory will supply.

    Declaration

    Swift

    associatedtype ClientT
  • The type of request client that this auth provider client will use under the hood.

    Declaration

    Swift

    associatedtype RequestClientT