Skip to content

PROTOCOL

ClientSecretProvider

public protocol ClientSecretProvider

Interface to provide Ansa with a short-lived token for access customer specific endpoints.

Methods

provideClientSecret(ansaCustomerId:)

func provideClientSecret(ansaCustomerId: String) async -> String?

Provider for a short lived token for accessing customer specific endpoints. * Parameters: * ansaCustomerId: unique identifier for a given customer

  • Returns: a short lived token for this customer

Parameters

Name Description
ansaCustomerId unique identifier for a given customer