@capgo/capacitor-social-login 0.0.67 → 0.0.68-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -381,11 +381,11 @@ Refresh the access token
381
381
 
382
382
  #### GoogleLoginResponse
383
383
 
384
- | Prop | Type |
385
- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
386
- | **`accessToken`** | <code><a href="#accesstoken">AccessToken</a> \| null</code> |
387
- | **`idToken`** | <code>string \| null</code> |
388
- | **`profile`** | <code>{ email: string \| null; familyName: string \| null; givenName: string \| null; id: string \| null; name: string \| null; imageUrl: string \| null; }</code> |
384
+ | Prop | Type |
385
+ | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
386
+ | **`accessToken`** | <code><a href="#accesstoken">AccessToken</a> \| null</code> |
387
+ | **`serverAuthCode`** | <code>string \| null</code> |
388
+ | **`profile`** | <code>{ email: string \| null; familyName: string \| null; givenName: string \| null; id: string \| null; name: string \| null; imageUrl: string \| null; } \| null</code> |
389
389
 
390
390
 
391
391
  #### AppleProviderResponse
@@ -441,9 +441,10 @@ Refresh the access token
441
441
 
442
442
  #### AuthorizationCode
443
443
 
444
- | Prop | Type | Description |
445
- | --------- | ------------------- | ----------- |
446
- | **`jwt`** | <code>string</code> | Jwt |
444
+ | Prop | Type | Description |
445
+ | ----------------- | --------------------------- | ----------- |
446
+ | **`jwt`** | <code>string \| null</code> | Jwt |
447
+ | **`accessToken`** | <code>string \| null</code> | accessToken |
447
448
 
448
449
 
449
450
  #### AuthorizationCodeOptions
@@ -63,4 +63,5 @@ dependencies {
63
63
  testImplementation "junit:junit:$junitVersion"
64
64
  androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
65
65
  androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
66
+ implementation 'androidx.concurrent:concurrent-futures:1.2.0'
66
67
  }