public class AuthToken extends Object
Constructor and Description |
---|
AuthToken(com.auth0.jwt.interfaces.DecodedJWT jwt) |
Modifier and Type | Method and Description |
---|---|
static AuthTokenBuilder |
builder()
Creates a builder for creating an
AuthToken . |
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)
public static AuthTokenBuilder builder()
AuthToken
.AuthTokenBuilder
.protected boolean canEqual(Object other)
@Nonnull public com.auth0.jwt.interfaces.DecodedJWT getJwt()
DecodedJWT
bearer contained in the Authorization header of the given request.Copyright © 2019 SAP SE. All rights reserved.