APIKeyCredentialDiscovery

public protocol APIKeyCredentialDiscovery : AnyObject

Protocol to get the apikeycredential from the user

  • Provides APIKeyCredential for a given URL and applicationId

    Declaration

    Swift

    func provideAPIKeyCredential(for appplicationId: String?, user: String?) -> APIKeyCredential?

    Parameters

    url

    for which URL the credential is asked

    applicationId

    for which the credential is asked

    Return Value

    the apikeycredential associated, if any.