CredentialsStore

public protocol CredentialsStore

Abstracts how the SDK stores credentials obtained after authenticating with the API

  • T

    The type of credentials being stored *

    Declaration

    Swift

    associatedtype T
  • Stores credentials for later use

    Declaration

    Swift

    func storeCredentials(credentials: T)

    Parameters

    credentials

    The credentials to store