Skip to content

Commit 5829801

Browse files
Add one more error response
1 parent f4a6027 commit 5829801

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/specs/account-management-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Error response
163163
|If the OAuth provider account is already taken by another account|Invalid|InvariantViolated|`{"cause": { "kind": "DuplicatedIdentity" } }`|
164164
|If `token` is invalid|Invalid|AccountManagementOAuthTokenInvalid||
165165
|If `exclude_state_in_authorization_url` is false, and `state` in `query` is not equal to the one bound to `token`|Invalid|AccountManagementOAuthStateNotBoundToToken||
166+
|If `token` is not bound to the current user|Invalid|AccountManagementOAuthTokenNotBoundToUser||
166167

167168
Here is some pseudo code that you should do
168169

0 commit comments

Comments
 (0)