public interface TokenValidator
extends com.google.common.util.concurrent.Service
| Modifier and Type | Method and Description |
|---|---|
TokenState |
validate(String token)
Validates the access token and returns the
TokenState
describing the cause to be in this state |
TokenState validate(String token)
TokenState
describing the cause to be in this statetoken - The token to be validated.Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.