Account Api Fp ( configuration ? ) : { apiAccountDelete ( options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; refreshAccessToken ( auth0RefreshTokenRequestDeet ?: Auth0RefreshTokenRequestDeet , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < TokenResponse > ) > ; requestAuthLink ( authLinkRequestDeet ?: AuthLinkRequestDeet , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < AuthLinkResponse > ) > ; requestOtp ( auth0OtpGenerateDeets ?: Auth0OtpGenerateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Auth0OtpGenerateResponse > ) > ; verifyOtp ( auth0OtpVerifyDeets ?: Auth0OtpVerifyDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < TokenResponse > ) > ; } Returns { apiAccountDelete ( options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > ; refreshAccessToken ( auth0RefreshTokenRequestDeet ?: Auth0RefreshTokenRequestDeet , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < TokenResponse > ) > ; requestAuthLink ( authLinkRequestDeet ?: AuthLinkRequestDeet , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < AuthLinkResponse > ) > ; requestOtp ( auth0OtpGenerateDeets ?: Auth0OtpGenerateDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Auth0OtpGenerateResponse > ) > ; verifyOtp ( auth0OtpVerifyDeets ?: Auth0OtpVerifyDeets , options ?: RawAxiosRequestConfig ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < TokenResponse > ) > ; } api Account Delete : functionapi Account Delete ( options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < void > ) > refresh Access Token : functionrefresh Access Token ( auth0RefreshTokenRequestDeet ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < TokenResponse > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < TokenResponse > ) > request Auth Link : functionrequest Auth Link ( authLinkRequestDeet ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < AuthLinkResponse > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < AuthLinkResponse > ) > request Otp : functionrequest Otp ( auth0OtpGenerateDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Auth0OtpGenerateResponse > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < Auth0OtpGenerateResponse > ) > verify Otp : functionverify Otp ( auth0OtpVerifyDeets ? , options ? ) : Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < TokenResponse > ) > Returns Promise < ( ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < TokenResponse > ) >
AccountApi - functional programming interface export