Dfns TypeScript SDK - v0.7.14
Preparing search index...
@dfns/sdk
index
DfnsAuthenticator
Class DfnsAuthenticator
Index
Constructors
constructor
Methods
login
register
Constructors
constructor
new
DfnsAuthenticator
(
apiOptions
:
DfnsAuthenticatorOptions
)
:
DfnsAuthenticator
Parameters
apiOptions
:
DfnsAuthenticatorOptions
Returns
DfnsAuthenticator
Methods
login
login
(
request
:
CreateUserLoginChallengeRequest
)
:
Promise
<
UserLoginResponse
>
Parameters
request
:
CreateUserLoginChallengeRequest
Returns
Promise
<
UserLoginResponse
>
register
register
(
request
:
CreateUserRegistrationChallengeRequest
,
)
:
Promise
<
UserRegistrationResponse
>
Parameters
request
:
CreateUserRegistrationChallengeRequest
Returns
Promise
<
UserRegistrationResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
login
register
Dfns TypeScript SDK - v0.7.14
Loading...