APIKeyCredentialDiscovery
public protocol APIKeyCredentialDiscovery : AnyObject
Protocol to get the apikeycredential from the user
-
Provides
APIKeyCredentialfor a givenURLandapplicationIdDeclaration
Swift
func provideAPIKeyCredential(for appplicationId: String?, user: String?) -> APIKeyCredential?Parameters
urlfor which
URLthe credential is askedapplicationIdfor which the credential is asked
Return Value
the apikeycredential associated, if any.