public interface TokenVerifier
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<io.scalecube.security.api.Profile> |
verify(Token token)
Verifies the token argument.
|
reactor.core.publisher.Mono<io.scalecube.security.api.Profile> verify(Token token) throws InvalidTokenException
token - to be verified.InvalidTokenException - in case an error.Copyright © 2015–2019. All rights reserved.