WebhookAuthenticationType
public enum WebhookAuthenticationType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case githubHmac = "GITHUB_HMAC" -
Undocumented
Declaration
Swift
case ip = "IP" -
Undocumented
Declaration
Swift
case unauthenticated = "UNAUTHENTICATED" -
Declaration
Swift
public var description: String { get }
View on GitHub
WebhookAuthenticationType Enumeration Reference