UNPKG

@tb-app/web-view-api

Version:
9 lines (8 loc) 151 B
/** * 发起用户授权 */ export default function authorize(options: { scopes: string; }): Promise<{ authSuccessScope: string; }>;