UNPKG
@neurosity/sdk
Version:
latest (7.2.1)
next (6.6.0)
7.2.1
7.2.0
7.1.0
7.0.1
7.0.0
6.6.0
6.5.11
6.5.10
6.5.9
6.5.8
6.5.7
6.5.6
6.5.5
6.5.4
6.5.4-next.0
6.5.3
6.5.2
6.5.1
6.5.0
6.4.1
6.4.0
6.4.0-next.1
6.4.0-next.0
6.3.0
6.2.4
6.2.3
6.2.2
6.2.1
6.2.1-next.2
6.2.1-next.1
6.2.1-next.0
6.2.0
6.1.1
6.0.0
6.0.0-next.13
6.0.0-next.12
6.0.0-next.11
Neurosity SDK
docs.neurosity.co
neurosity/neurosity-sdk-js
@neurosity/sdk
/
dist
/
esm
/
api
/
https
/
createOAuthURL.d.ts
4 lines
(3 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
import
{
SDKOptions
}
from
"../../types/options"
;
import
{
OAuthConfig
}
from
"../../types/oauth"
;
export
declare
function
createOAuthURL
(
config
:
OAuthConfig
,
sdkOptions
:
SDKOptions
):
Promise
<
string
>;