Class CredentialWithApiKey
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Crosser.EdgeNode.Flows.Abstractions.CredentialWithApiKey
Assembly: Crosser.EdgeNode.Flows.Abstractions.dll
Syntax
public class CredentialWithApiKey : Credential
Properties
ApiKey
Declaration
[JsonProperty("apiKey")]
public string ApiKey { get; }
Property Value
System.String
|