public class AuthToken extends Object
Constructor and Description |
---|
AuthToken(com.auth0.jwt.interfaces.DecodedJWT jwt) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
com.auth0.jwt.interfaces.DecodedJWT |
getJwt()
The
DecodedJWT bearer contained in the Authorization header of the given request. |
int |
hashCode() |
public AuthToken(@Nonnull com.auth0.jwt.interfaces.DecodedJWT jwt)
Copyright © 2018 SAP SE. All rights reserved.