Package com.technia.dsx.threedspace
Interface CSRFToken
- All Known Implementing Classes:
CSRFTokenImpl
public interface CSRFToken
Document me
- Since:
- 2024-03-07
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
-
Method Details
-
isSuccess
boolean isSuccess() -
getStatusCode
int getStatusCode() -
getTokenData
CSRFToken.TokenData getTokenData()
-