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
apikeyapikey(s) to be associated.