Is there an API or SDK for the desktop application? I would like to:
- sign in programmatically to the Desktop app with userid/password or OAuth (I will have the creds in my application)
- sign out of the Desktop app programmatically
- programmatically start a Miro whiteboard on the desktop without signing in (anonymous board)
- sign into the desktop app using a device code authentication flow https://auth0.com/docs/get-started/authentication-and-authorization-flow/device-authorization-flow
thanks for the help.