Skip to content

Commit a09b797

Browse files
Add upgradable scopes to customer token creation (#379)
1 parent e205f4f commit a09b797

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/customerToken.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ export interface CreateTokenRequest {
5252
*/
5353
scope: string
5454

55+
/**
56+
* list of Upgradable scopes separated by spaces.
57+
*/
58+
upgradableScope?: string
59+
5560
/**
5661
* Received as a response from Create Customer Token Verification.
5762
* Required if scope includes a scope which require two-factor authentication.

0 commit comments

Comments
 (0)