@dynamic-labs/sdk-api-core 0.0.542 → 0.0.543
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/package.json +1 -1
- package/src/models/Provider.d.ts +3 -3
package/package.json
CHANGED
package/src/models/Provider.d.ts
CHANGED
|
@@ -93,11 +93,11 @@ export interface Provider {
|
|
|
93
93
|
*/
|
|
94
94
|
termsAcceptedByUser?: ProviderAgreement;
|
|
95
95
|
/**
|
|
96
|
-
* Optional custom list of Oauth scopes for the social provider
|
|
97
|
-
* @type {
|
|
96
|
+
* Optional custom space-delimited list of Oauth scopes for the social provider
|
|
97
|
+
* @type {string}
|
|
98
98
|
* @memberof Provider
|
|
99
99
|
*/
|
|
100
|
-
scopes?:
|
|
100
|
+
scopes?: string;
|
|
101
101
|
/**
|
|
102
102
|
* Key ID required for Apple Oauth2 applications. This is the identifier for a private key.
|
|
103
103
|
* @type {string}
|