Interface AuthAnonymousProfileService
public interface AuthAnonymousProfileService
The Interface AuthAnonymousProfileService.
- Author:
- Loganathan Sekar
-
Method Summary
-
Method Details
-
storeAnonymousProfile
void storeAnonymousProfile(Map<String, Object> requestBody, Map<String, Object> requestMetadata, Map<String, Object> responseMetadata, boolean status, List<AuthError> errors) Store anonymous profile.- Parameters:
requestBody- the request bodyrequestMetadata- the request metadataresponseMetadata- the response metadatastatus- the statuserrors- the errors
-