VitalClient
with typed request methods and response models.
VitalClient.linkWidgetUrl
. Note that the URL contains
a short-lived token with 10-minute expiry.
For the redirectUrl
, you should set it to a URL with a custom URL scheme which your app would register to handle.
Combinations | Auth Scheme | Remarks |
---|---|---|
Empty | N/A | The SDK has neither been configured nor an active sign-in. |
Configured | API Key | The SDK has been configured, but does not have an active sign-in. |
Configured , SignedIn & UseApiKey | API Key | The active sign-in was done by setting an API Key and a target Vital User ID. |
Configured , SignedIn & UseSignInToken | Vital Sign-In Token | The active sign-in was done by consuming a Vital Sign-In Token. |
ApplicationInfo.FLAG_DEBUGGABLE
).