oauth-teams-ts
v1.1.3
Published
teams oauth
Downloads
64
Readme
Irene Awesome Greeter
const sdkConfig = {
serverUrl: "https",
clientId: "1561",
appName: "xxx",
organizationName: "xxx",
redirectPath: "/",
}
返回所有的query
const queryObj = backFetchQuery()
使用
openAuth(
sdkConfig,
// fetch url
() => wxworkLogin({
// params
}),
// fetch url
() => uniteLogin({
// params
}),
// callback
() => oldRender())