Enum AlexaAuthState
Alexa authorization state
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public enum AlexaAuthState
Fields
Name | Description |
---|---|
AlexaAuthAuthorized | Opted in, and authorized / in use |
AlexaAuthInvalid | Invalid/error/versioning issue |
AlexaAuthRequestingAuth | Opted in, and attempting to authorize |
AlexaAuthUninitialized | Not opted in, or opt-in attempted but failed |
AlexaAuthWaitingForCode | Opted in, and waiting on the user to enter a code |