feat(login api): add clientId to OauthTokenRequest
This commit is contained in:
@@ -9,6 +9,7 @@ export interface OauthTokenRequest {
|
||||
scope?: string;
|
||||
mobile?: string;
|
||||
code?: string;
|
||||
clientId?: string;
|
||||
[property: string]: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user