Properties
addTokenChangedHandler
addTokenChangedHandler: ((callback) => void)
Type declaration
-
- (callback): void
-
Returns void
completePasswordReset
completePasswordReset: ((resetOtp, newPassword, axAuthManagementBaseUrl) => Promise<{
errorMessage?: string;
isSuccess: boolean;
}>)
Type declaration
-
- (resetOtp, newPassword, axAuthManagementBaseUrl): Promise<{
errorMessage?: string;
isSuccess: boolean;
}>
-
Parameters
-
resetOtp: string
-
newPassword: string
-
axAuthManagementBaseUrl: string
Returns Promise<{
errorMessage?: string;
isSuccess: boolean;
}>
completeUserSignUp
completeUserSignUp: ((signUpOtp, axAuthManagementBaseUrl) => Promise<{
errorMessage?: string;
isSuccess: boolean;
}>)
Type declaration
-
- (signUpOtp, axAuthManagementBaseUrl): Promise<{
errorMessage?: string;
isSuccess: boolean;
}>
-
Parameters
-
signUpOtp: string
-
axAuthManagementBaseUrl: string
Returns Promise<{
errorMessage?: string;
isSuccess: boolean;
}>
getIdpAuthUrl
getIdpAuthUrl: ((idpId, originUrl, isDirectSignInEnabled) => string)
Type declaration
-
- (idpId, originUrl, isDirectSignInEnabled): string
-
Parameters
-
idpId: IdentityProvider
-
originUrl: string
-
isDirectSignInEnabled: boolean
Returns string
getToken
getToken: (() => Promise<TokenResponse>)
Type declaration
-
- (): Promise<TokenResponse>
-
Returns Promise<TokenResponse>
initiatePasswordReset
initiatePasswordReset: ((email, axAuthManagementBaseUrl) => Promise<{
errorMessage?: string;
isSuccess: boolean;
}>)
Type declaration
-
- (email, axAuthManagementBaseUrl): Promise<{
errorMessage?: string;
isSuccess: boolean;
}>
-
Parameters
-
email: string
-
axAuthManagementBaseUrl: string
Returns Promise<{
errorMessage?: string;
isSuccess: boolean;
}>
initiateSignUp
initiateSignUp: ((initiateSignUpRequest, axAuthManagementBaseUrl) => Promise<{
errorMessage?: string;
isSuccess: boolean;
}>)
Type declaration
-
- (initiateSignUpRequest, axAuthManagementBaseUrl): Promise<{
errorMessage?: string;
isSuccess: boolean;
}>
-
Parameters
-
-
axAuthManagementBaseUrl: string
Returns Promise<{
errorMessage?: string;
isSuccess: boolean;
}>
logoutUser
logoutUser: (() => Promise<boolean>)
Type declaration
-
- (): Promise<boolean>
-
Returns Promise<boolean>
removeTokenChangedHandler
removeTokenChangedHandler: ((callback) => void)
Type declaration
-
- (callback): void
-
Returns void