Enum AuthModel
Represents the authentication model to be used when performing authentication for any submitted request. That is, whether to use API key or portal login credentials fo API authentication.
Namespace: Zenoph.Notify.Enums
Assembly: Zenoph.Notify.dll
Syntax
[ComVisible(true)]
[Guid("42CFB577-92CF-4EAF-A418-90132919023B")]
public enum AuthModel
Fields
Name | Description |
---|---|
API_KEY | Indicates that API key will be used for authentication. |
PORTAL_PASS | Indicates that portal login and password will be used for authentication. |