Skip to content

Commit 045ec71

Browse files
feat: add missing FORWARD scope to oauth_scopes.py (#184)
1 parent 9ef200f commit 045ec71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

checkout_sdk/oauth_scopes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ class OAuthScopes(str, Enum):
5151
ISSUING_CONTROLS_WRITE = 'issuing:controls-write'
5252

5353
PAYMENT_CONTEXTS = 'Payment Contexts'
54+
55+
FORWARD = 'forward'

0 commit comments

Comments
 (0)