Enum LNAuthRequest.LNAuthRequestAction
- Namespace
- LNURL
- Assembly
- LNURL.Core.dll
Defines the action types for LNURL-auth requests (LUD-04).
public enum LNAuthRequest.LNAuthRequestAction
Fields
Auth = 3Authorize a specific action or scope.
Link = 2Link an additional authentication method to an existing account.
Login = 1Log in to an existing account.
Register = 0Register a new account.