Interface WingsAuthDetails
-
- All Implemented Interfaces:
public interface WingsAuthDetails- Since:
2022-01-18
trydofor
-
-
Method Summary
Modifier and Type Method Description abstract Map<String, String>getMetaData()Get meta-info to help with validation, such as the parameters within a request. abstract ObjectgetRealData()Get the detail data after build -
-
Method Detail
-
getMetaData
@NotNull() abstract Map<String, String> getMetaData()
Get meta-info to help with validation, such as the parameters within a request.
- Returns:
mutable, not thread-safe Map
-
getRealData
@Nullable() abstract Object getRealData()
Get the detail data after build
- Returns:
detail data, eg. Oauth
-
-
-
-