APIKeyCredential

public struct APIKeyCredential : Codable

Represents the credential related to APIKey Authentication

  • returns the apikeys associated with this instance

    Declaration

    Swift

    public func keys() -> [String]
  • Initializer of APIKeyCredential

    Declaration

    Swift

    public init(apikeys: [String])

    Parameters

    apikey

    apikey(s) to be associated.