Interface AuthAnonymousProfileService
-
public interface AuthAnonymousProfileServiceThe Interface AuthAnonymousProfileService.- Author:
- Loganathan Sekar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstoreAnonymousProfile(Map<String,Object> requestBody, Map<String,Object> requestMetadata, Map<String,Object> responseMetadata, boolean status, List<AuthError> errors)Store anonymous profile.
-
-
-
Method Detail
-
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
-
-