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
Interface for Auth's Default Adapter's API
Description
This interface is used to define the API for Auth's Default Adapter. Implement this interface to create a custom API for communicating with Auth functionality.