Gets the state token encoded. @return the state token encoded
()
| 375 | * @return the state token encoded |
| 376 | */ |
| 377 | @Transient |
| 378 | public String getStateTokenEncoded() { |
| 379 | return getStateToken().getEncoded(); |
| 380 | } |
| 381 | |
| 382 | /** |
| 383 | * Gets the status. |
no test coverage detected