protected static class ClientRegistrationTokenUtils.TokenVerification extends Object
| Modifier and Type | Method and Description |
|---|---|
static ClientRegistrationTokenUtils.TokenVerification |
error(RuntimeException error) |
RuntimeException |
getError() |
JsonWebToken |
getJwt() |
static ClientRegistrationTokenUtils.TokenVerification |
success(JsonWebToken jwt) |
public static ClientRegistrationTokenUtils.TokenVerification success(JsonWebToken jwt)
public static ClientRegistrationTokenUtils.TokenVerification error(RuntimeException error)
public JsonWebToken getJwt()
public RuntimeException getError()
Copyright © 2017 JBoss by Red Hat. All rights reserved.