Auth
Get native sign-in token
Generates a sign-in token for the authenticated user. Used by native app: pass Bearer token, get ticket for WebView sign-in.
post/api/auth/native-token
Response
{ ticket, expiresAt }
Generates a sign-in token for the authenticated user. Used by native app: pass Bearer token, get ticket for WebView sign-in.
{ ticket, expiresAt }