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