VesperSDKConfig

public class VesperSDKConfig

The VesperSDKConfig class is responsible for configuring the Vesper SDK with the necessary API and authentication settings. It acts as a container for configuration objects that the SDK requires to operate correctly.

  • The configuration object that contains settings for API interactions.

    This property holds an instance of APIConfig, which includes various parameters and settings required to interact with the API used by the Vesper SDK.

    Declaration

    Swift

    public let apiConfig: APIConfig
  • The authentication manager responsible for handling user authentication.

    This property conforms to the AuthManagerProtocol and is responsible for managing authentication tasks, such providing and refreshing tokens.

    Declaration

    Swift

    public let authManager: AuthManagerProtocol