Optional customPathConfig: AuthDefaultAdapterSDKCustomPathConfigPrivate authPrivate checkPrivate deletePrivate generatePrivate internalPrivate invalidatePrivate restoreStatic Private Readonly DEFAULT_Static Private Readonly DEFAULT_Static Private Readonly DEFAULT_Static Private Readonly DEFAULT_Static Private Readonly DEFAULT_API for checking token
Input containing token to be checked.
Optional context: RequestContextrequest context (requestId, serviceHistory)
This API is used to check token from Auth service to see if it is valid.
API for deleting refresh tokens for user
User id to delete refresh tokens for.
Optional context: RequestContextObject containing the result of the operation.
This API is used to delete refresh tokens for user from Auth service.
API for generating onetime token
Input containing data to be stored in the token.
Optional context: RequestContextrequest context (requestId, serviceHistory)
Object containing the generated token.
This API is used to generate onetime token from Auth service.
API for invalidating onetime token
Input containing token to be invalidated.
Optional context: RequestContextrequest context (requestId, serviceHistory)
Object containing the invalidated token.
This API is used to invalidate onetime token from Auth service.
API for restoring onetime token
Input containing token to be restored.
Optional context: RequestContextrequest context (requestId, serviceHistory)
Object containing the restored token.
This API is used to restore invalidated onetime token from Auth service.
Generated using TypeDoc
Default Adapter for Auth
Description
This class is used to define the default adapter for Auth. This adapter uses the REST SDK to communicate with Auth functionality.