const
server:object
Defined in: packages/sdk-server/src/index.ts:57
createSuborg: (
request
) =>Promise
<undefined
|CreateSuborgResponse
>
CreateSuborgRequest
Promise
<undefined
| CreateSuborgResponse
>
getOrCreateSuborg: (
request
) =>Promise
<undefined
|GetOrCreateSuborgResponse
>
GetOrCreateSuborgRequest
Promise
<undefined
| GetOrCreateSuborgResponse
>
getSuborgs: (
request
) =>Promise
<undefined
|GetSuborgsResponse
>
GetSuborgsRequest
Promise
<undefined
| GetSuborgsResponse
>
getVerifiedSuborgs: (
request
) =>Promise
<undefined
|GetSuborgsResponse
>
GetSuborgsRequest
Promise
<undefined
| GetSuborgsResponse
>
oauth: (
request
) =>Promise
<undefined
|Session
>
OauthRequest
Promise
<undefined
| Session
>
sendCredential: (
request
) =>Promise
<void
>
InitEmailAuthRequest
Promise
<void
>
sendOtp: (
request
) =>Promise
<undefined
|SendOtpResponse
>
SendOtpRequest
Promise
<undefined
| SendOtpResponse
>
verifyOtp: (
request
) =>Promise
<undefined
|Session
>
VerifyOtpRequest
Promise
<undefined
| Session
>
const
server:object
Defined in: packages/sdk-server/src/index.ts:57
createSuborg: (
request
) =>Promise
<undefined
|CreateSuborgResponse
>
CreateSuborgRequest
Promise
<undefined
| CreateSuborgResponse
>
getOrCreateSuborg: (
request
) =>Promise
<undefined
|GetOrCreateSuborgResponse
>
GetOrCreateSuborgRequest
Promise
<undefined
| GetOrCreateSuborgResponse
>
getSuborgs: (
request
) =>Promise
<undefined
|GetSuborgsResponse
>
GetSuborgsRequest
Promise
<undefined
| GetSuborgsResponse
>
getVerifiedSuborgs: (
request
) =>Promise
<undefined
|GetSuborgsResponse
>
GetSuborgsRequest
Promise
<undefined
| GetSuborgsResponse
>
oauth: (
request
) =>Promise
<undefined
|Session
>
OauthRequest
Promise
<undefined
| Session
>
sendCredential: (
request
) =>Promise
<void
>
InitEmailAuthRequest
Promise
<void
>
sendOtp: (
request
) =>Promise
<undefined
|SendOtpResponse
>
SendOtpRequest
Promise
<undefined
| SendOtpResponse
>
verifyOtp: (
request
) =>Promise
<undefined
|Session
>
VerifyOtpRequest
Promise
<undefined
| Session
>