You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: use only 1 permissions array
Instead of requiredPermissions and optionalPermissions, we
will only support a simple array of permissions.
* chore: return additional fields from sign in
* chore: clean up unused code
* test: update test to pass
* Presents the YouVersion login flow to the user and returns the login result upon completion.
19
11
*
20
-
* @paramparams - An object ({@link SignInOptions}) containing an array of permissions that are optional for your app and an array of permissions that are required for a successful login.
21
-
* @returns A promise that resolves to the login result as a {@linkYouVersionLoginResult} object.
12
+
* @parampermissions - An array of permissions to request during sign-in.
13
+
* @returns A promise that resolves to the login result as a {@linkSignInWithYouVersionResult} object.
0 commit comments