Interface AuthTransactionStoreFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The Interface AuthTransactionStoreFunction.
- Author:
- Loganathan S
-
Method Summary
-
Method Details
-
storeAuthTransaction
void storeAuthTransaction(Map<String, Object> metadata, String requestSignature, String responseSignature) throws IdAuthenticationAppExceptionStore auth transaction.- Parameters:
metadata- the metadatarequestSignature- the request signatureresponseSignature- the response signature- Throws:
IdAuthenticationAppException- the id authentication app exception
-