@sudoplatform/sudo-user
Preparing search index...
internal
SudoUserOptions
Interface SudoUserOptions
interface
SudoUserOptions
{
apiClient
?:
ApiClient
;
authenticationStore
?:
AuthenticationStore
;
authUI
?:
AuthUI
;
config
?:
{
identityService
:
{
apiUrl
:
string
;
bucket
:
string
;
clientId
:
string
;
identityPoolId
:
string
;
poolId
:
string
;
region
:
string
;
registrationMethods
:
string
[]
;
transientBucket
:
string
;
}
&
{
refreshTokenLifetime
?:
number
}
;
}
&
{
federatedSignIn
?:
{
appClientId
:
string
;
signInRedirectUri
:
string
;
signOutRedirectUri
:
string
;
webDomain
:
string
;
}
&
{
identityProvider
?:
string
;
refreshTokenLifetime
?:
number
}
;
}
;
identityProvider
?:
IdentityProvider
;
launchUriFn
?:
(
url
:
string
)
=>
void
;
logger
?:
Logger
;
sudoKeyManager
?:
SudoKeyManager
;
}
Index
Properties
api
Client?
authentication
Store?
auth
UI?
config?
identity
Provider?
launch
Uri
Fn?
logger?
sudo
Key
Manager?
Properties
Optional
api
Client
apiClient
?:
ApiClient
Optional
authentication
Store
authenticationStore
?:
AuthenticationStore
Optional
auth
UI
authUI
?:
AuthUI
Optional
config
config
?:
{
identityService
:
{
apiUrl
:
string
;
bucket
:
string
;
clientId
:
string
;
identityPoolId
:
string
;
poolId
:
string
;
region
:
string
;
registrationMethods
:
string
[]
;
transientBucket
:
string
;
}
&
{
refreshTokenLifetime
?:
number
}
;
}
&
{
federatedSignIn
?:
{
appClientId
:
string
;
signInRedirectUri
:
string
;
signOutRedirectUri
:
string
;
webDomain
:
string
;
}
&
{
identityProvider
?:
string
;
refreshTokenLifetime
?:
number
}
;
}
Optional
identity
Provider
identityProvider
?:
IdentityProvider
Optional
launch
Uri
Fn
launchUriFn
?:
(
url
:
string
)
=>
void
Optional
logger
logger
?:
Logger
Optional
sudo
Key
Manager
sudoKeyManager
?:
SudoKeyManager
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
Client
authentication
Store
auth
UI
config
identity
Provider
launch
Uri
Fn
logger
sudo
Key
Manager
@sudoplatform/sudo-user
Loading...