AuthenticationTokenProvider

public protocol AuthenticationTokenProvider : AnyObject

A protocol which is used to generate a new authentication token.

  • Generates and returns the authentication token.

    Declaration

    Swift

    func getAuthToken() -> String

    Return Value

    the authentication token.