JwtUpickle

pdi.jwt.JwtUpickle$
See theJwtUpickle companion class
object JwtUpickle extends JwtUpickle

Attributes

Companion
class
Graph
Supertypes
class JwtUpickle
class Object
trait Matchable
class Any
Show all
Self type
JwtUpickle.type

Members list

Value members

Concrete methods

def apply(clock: Clock): JwtUpickle

Inherited methods

def decode(token: String, key: PublicKey): Try[C]

Attributes

Inherited from:
JwtCore
def decode(token: String, key: PublicKey, options: JwtOptions): Try[C]

Same as decodeAll but only return the claim

Same as decodeAll but only return the claim

Value parameters

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, the claim of the token in its correct type

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Same as decodeAll but only return the claim

Same as decodeAll but only return the claim

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, the claim of the token in its correct type

Inherited from:
JwtCore
def decode(token: String, key: SecretKey): Try[C]

Attributes

Inherited from:
JwtCore
def decode(token: String, key: SecretKey, options: JwtOptions): Try[C]

Same as decodeAll but only return the claim

Same as decodeAll but only return the claim

Value parameters

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, the claim of the token in its correct type

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Same as decodeAll but only return the claim

Same as decodeAll but only return the claim

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, the claim of the token in its correct type

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Same as decodeAll but only return the claim

Same as decodeAll but only return the claim

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, the claim of the token in its correct type

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Same as decodeAll but only return the claim

Same as decodeAll but only return the claim

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, the claim of the token in its correct type

Inherited from:
JwtCore
def decode(token: String): Try[C]

Attributes

Inherited from:
JwtCore

Same as decodeAll but only return the claim

Same as decodeAll but only return the claim

Value parameters

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, the claim of the token in its correct type

Inherited from:
JwtCore
def decodeAll(token: String, key: PublicKey): Try[(H, C, String)]

Attributes

Inherited from:
JwtCore
def decodeAll(token: String, key: PublicKey, options: JwtOptions): Try[(H, C, String)]

Same as decodeRawAll but return the real header and claim types

Same as decodeRawAll but return the real header and claim types

Value parameters

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a tuple representing the header, the claim and eventually the signature

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Same as decodeRawAll but return the real header and claim types

Same as decodeRawAll but return the real header and claim types

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a tuple representing the header, the claim and eventually the signature

Inherited from:
JwtCore
def decodeAll(token: String, key: SecretKey): Try[(H, C, String)]

Attributes

Inherited from:
JwtCore
def decodeAll(token: String, key: SecretKey, options: JwtOptions): Try[(H, C, String)]

Same as decodeRawAll but return the real header and claim types

Same as decodeRawAll but return the real header and claim types

Value parameters

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a tuple representing the header, the claim and eventually the signature

Inherited from:
JwtCore
def decodeAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(H, C, String)]

Attributes

Inherited from:
JwtCore

Same as decodeRawAll but return the real header and claim types

Same as decodeRawAll but return the real header and claim types

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a tuple representing the header, the claim and eventually the signature

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Same as decodeRawAll but return the real header and claim types

Same as decodeRawAll but return the real header and claim types

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a tuple representing the header, the claim and eventually the signature

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Same as decodeRawAll but return the real header and claim types

Same as decodeRawAll but return the real header and claim types

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a tuple representing the header, the claim and eventually the signature

Inherited from:
JwtCore
def decodeAll(token: String): Try[(H, C, String)]

Attributes

Inherited from:
JwtCore

Same as decodeRawAll but return the real header and claim types

Same as decodeRawAll but return the real header and claim types

Value parameters

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a tuple representing the header, the claim and eventually the signature

Inherited from:
JwtCore
def decodeJson(token: String, key: PublicKey): Try[J]

Attributes

Inherited from:
JwtJsonCommon
def decodeJson(token: String, key: PublicKey, options: JwtOptions): Try[J]

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon
def decodeJson(token: String, key: SecretKey): Try[J]

Attributes

Inherited from:
JwtJsonCommon
def decodeJson(token: String, key: SecretKey, options: JwtOptions): Try[J]

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon
def decodeJsonAll(token: String, key: PublicKey): Try[(J, J, String)]

Attributes

Inherited from:
JwtJsonCommon
def decodeJsonAll(token: String, key: PublicKey, options: JwtOptions): Try[(J, J, String)]

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon
def decodeJsonAll(token: String, key: SecretKey): Try[(J, J, String)]

Attributes

Inherited from:
JwtJsonCommon
def decodeJsonAll(token: String, key: SecretKey, options: JwtOptions): Try[(J, J, String)]

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon
def decodeJsonAll(token: String): Try[(J, J, String)]

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon
def decodeRaw(token: String, key: PublicKey): Try[String]

Attributes

Inherited from:
JwtCore

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Value parameters

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a string representing the JSON version of the claim

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a string representing the JSON version of the claim

Inherited from:
JwtCore
def decodeRaw(token: String, key: SecretKey): Try[String]

Attributes

Inherited from:
JwtCore

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Value parameters

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a string representing the JSON version of the claim

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a string representing the JSON version of the claim

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a string representing the JSON version of the claim

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a string representing the JSON version of the claim

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Same as decodeRawAll but only return the claim (you only care about the claim most of the time)

Value parameters

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a string representing the JSON version of the claim

Inherited from:
JwtCore
def decodeRawAll(token: String, key: PublicKey): Try[(String, String, String)]

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Will try to decode a JSON Web Token to raw strings using an asymmetric algorithm

Will try to decode a JSON Web Token to raw strings using an asymmetric algorithm

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a tuple of 3 strings, the header, the claim and the signature

Inherited from:
JwtCore
def decodeRawAll(token: String, key: SecretKey): Try[(String, String, String)]

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Will try to decode a JSON Web Token to raw strings using a HMAC algorithm

Will try to decode a JSON Web Token to raw strings using a HMAC algorithm

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a tuple of 3 strings, the header, the claim and the signature

Inherited from:
JwtCore

Will try to decode a JSON Web Token to raw strings using an asymmetric algorithm

Will try to decode a JSON Web Token to raw strings using an asymmetric algorithm

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a tuple of 3 strings, the header, the claim and the signature

Inherited from:
JwtCore

Will try to decode a JSON Web Token to raw strings using a HMAC algorithm

Will try to decode a JSON Web Token to raw strings using a HMAC algorithm

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a tuple of 3 strings, the header, the claim and the signature

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Will try to decode a JSON Web Token to raw strings

Will try to decode a JSON Web Token to raw strings

Value parameters

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

if successful, a tuple of 3 strings, the header, the claim and the signature

Inherited from:
JwtCore
def encode(claim: Value, key: PrivateKey, algorithm: JwtAsymmetricAlgorithm): String

Attributes

Inherited from:
JwtJsonCommon
def encode(claim: Value, key: SecretKey, algorithm: JwtHmacAlgorithm): String

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon
def encode(claim: Value): String

Attributes

Inherited from:
JwtJsonCommon
def encode(header: Value, claim: Value, key: Key): String

Attributes

Inherited from:
JwtJsonCommon
def encode(header: Value, claim: Value, key: String): String

Attributes

Inherited from:
JwtJsonCommon
def encode(header: Value, claim: Value): String

Attributes

Inherited from:
JwtJsonCommon

An alias of encode if you only want to pass a string as the key, the algorithm will be deduced from the header.

An alias of encode if you only want to pass a string as the key, the algorithm will be deduced from the header.

Value parameters

claim

the claim to stringify as a JSON before encoding the token

header

the header to stringify as a JSON before encoding the token

key

the secret key to use to sign the token (note that the algorithm will be deduced from the header)

Attributes

Returns

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Inherited from:
JwtCore

An alias of encode if you only want to pass a string as the key, the algorithm will be deduced from the header.

An alias of encode if you only want to pass a string as the key, the algorithm will be deduced from the header.

Value parameters

claim

the claim to stringify as a JSON before encoding the token

header

the header to stringify as a JSON before encoding the token

key

the secret key to use to sign the token (note that the algorithm will be deduced from the header)

Attributes

Returns

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Inherited from:
JwtCore

An alias to encode if you want to use case classes for the header and the claim rather than strings, they will just be stringified to JSON format.

An alias to encode if you want to use case classes for the header and the claim rather than strings, they will just be stringified to JSON format.

Value parameters

claim

the claim to stringify as a JSON before encoding the token

header

the header to stringify as a JSON before encoding the token

Attributes

Returns

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Inherited from:
JwtCore

An alias to encode which will provide an automatically generated header and use the claim as a case class.

An alias to encode which will provide an automatically generated header and use the claim as a case class.

Value parameters

algorithm

the algorithm to sign the token

claim

the claim of the JSON Web Token

key

the key that will be used to check the token signature

Attributes

Returns

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Inherited from:
JwtCore

An alias to encode which will provide an automatically generated header and use the claim as a case class.

An alias to encode which will provide an automatically generated header and use the claim as a case class.

Value parameters

algorithm

the algorithm to sign the token

claim

the claim of the JSON Web Token

key

the key that will be used to check the token signature

Attributes

Returns

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Inherited from:
JwtCore

An alias to encode which will provide an automatically generated header and use the claim as a case class.

An alias to encode which will provide an automatically generated header and use the claim as a case class.

Value parameters

algorithm

the algorithm to sign the token

claim

the claim of the JSON Web Token

key

the key that will be used to check the token signature

Attributes

Returns

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Inherited from:
JwtCore

An alias to encode which will provide an automatically generated header and setting both key and algorithm to None.

An alias to encode which will provide an automatically generated header and setting both key and algorithm to None.

Value parameters

claim

the claim of the JSON Web Token

Attributes

Returns

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Inherited from:
JwtCore

An alias to encode which will provide an automatically generated header and allowing you to get rid of Option for the key and the algorithm.

An alias to encode which will provide an automatically generated header and allowing you to get rid of Option for the key and the algorithm.

Value parameters

algorithm

the algorithm to sign the token

claim

a valid stringified JSON representing the claim of the token

key

the key that will be used to check the token signature

Attributes

Returns

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Inherited from:
JwtCore

An alias to encode which will provide an automatically generated header and allowing you to get rid of Option for the key and the algorithm.

An alias to encode which will provide an automatically generated header and allowing you to get rid of Option for the key and the algorithm.

Value parameters

algorithm

the algorithm to sign the token

claim

a valid stringified JSON representing the claim of the token

key

the key that will be used to check the token signature

Attributes

Returns

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Inherited from:
JwtCore

An alias to encode which will provide an automatically generated header and allowing you to get rid of Option for the key and the algorithm.

An alias to encode which will provide an automatically generated header and allowing you to get rid of Option for the key and the algorithm.

Value parameters

algorithm

the algorithm to sign the token

claim

a valid stringified JSON representing the claim of the token

key

the key that will be used to check the token signature

Attributes

Returns

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Inherited from:
JwtCore

An alias to encode which will provide an automatically generated header.

An alias to encode which will provide an automatically generated header.

Value parameters

claim

a valid stringified JSON representing the claim of the token

Attributes

Returns

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Encode a JSON Web Token from its different parts. Both the header and the claim will be encoded to Base64 url-safe, then a signature will be eventually generated from it if you did pass a key and an algorithm, and finally, those three parts will be merged as a single string, using dots as separator.

Encode a JSON Web Token from its different parts. Both the header and the claim will be encoded to Base64 url-safe, then a signature will be eventually generated from it if you did pass a key and an algorithm, and finally, those three parts will be merged as a single string, using dots as separator.

Value parameters

algorithm

the algorithm to sign the token

claim

a valid stringified JSON representing the claim of the token

header

a valid stringified JSON representing the header of the token

key

the key that will be used to check the token signature

Attributes

Returns

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon

Attributes

Inherited from:
JwtJsonCommon
protected def getAlgorithm(header: Value): Option[JwtAlgorithm]

Attributes

Inherited from:
JwtUpickleParser
def isValid(token: String, key: PublicKey): Boolean

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

An alias for isValid if you want to directly pass a string as the key

An alias for isValid if you want to directly pass a string as the key

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

a boolean value indicating if the token is valid or not

Inherited from:
JwtCore
def isValid(token: String, key: SecretKey): Boolean

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

An alias for isValid if you want to directly pass a string as the key

An alias for isValid if you want to directly pass a string as the key

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

a boolean value indicating if the token is valid or not

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

An alias for isValid if you want to directly pass a string as the key for asymmetric algorithms

An alias for isValid if you want to directly pass a string as the key for asymmetric algorithms

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

a boolean value indicating if the token is valid or not

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

An alias for isValid if you want to directly pass a string as the key for HMAC algorithms

An alias for isValid if you want to directly pass a string as the key for HMAC algorithms

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

a boolean value indicating if the token is valid or not

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Test if a token is valid. Doesn't throw any exception.

Test if a token is valid. Doesn't throw any exception.

Value parameters

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Returns

a boolean value indicating if the token is valid or not

Inherited from:
JwtCore
protected def parse(value: String): Value

Attributes

Inherited from:
JwtUpickleParser
def parseClaim(claim: String): JwtClaim

Attributes

Inherited from:
JwtUpickle
def parseHeader(header: String): JwtHeader

Attributes

Inherited from:
JwtUpickle
protected def stringify(value: Value): String

Attributes

Inherited from:
JwtUpickleParser
def validate(token: String, key: PublicKey): Unit

Attributes

Inherited from:
JwtCore
def validate(token: String, key: PublicKey, options: JwtOptions): Unit

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

An alias of validate in case you want to directly pass a string key.

An alias of validate in case you want to directly pass a string key.

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Throws
IllegalArgumentException

couldn't decode the token since it's not a valid base64 string

JwtExpirationException

the token isn't valid anymore because its expiration attribute is in the past

JwtLengthException

the number of parts separated by dots is wrong

JwtNotBeforeException

the token isn't valid yet because its notBefore attribute is in the future

JwtValidationException

default validation exception

Inherited from:
JwtCore
def validate(token: String, key: SecretKey): Unit

Attributes

Inherited from:
JwtCore
def validate(token: String, key: SecretKey, options: JwtOptions): Unit

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

An alias of validate in case you want to directly pass a string key.

An alias of validate in case you want to directly pass a string key.

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Throws
IllegalArgumentException

couldn't decode the token since it's not a valid base64 string

JwtExpirationException

the token isn't valid anymore because its expiration attribute is in the past

JwtLengthException

the number of parts separated by dots is wrong

JwtNotBeforeException

the token isn't valid yet because its notBefore attribute is in the future

JwtValidationException

default validation exception

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

An alias of validate in case you want to directly pass a string key for asymmetric algorithms.

An alias of validate in case you want to directly pass a string key for asymmetric algorithms.

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Throws
IllegalArgumentException

couldn't decode the token since it's not a valid base64 string

JwtExpirationException

the token isn't valid anymore because its expiration attribute is in the past

JwtLengthException

the number of parts separated by dots is wrong

JwtNotBeforeException

the token isn't valid yet because its notBefore attribute is in the future

JwtValidationException

default validation exception

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

An alias of validate in case you want to directly pass a string key for HMAC algorithms.

An alias of validate in case you want to directly pass a string key for HMAC algorithms.

Value parameters

algorithms

a list of possible algorithms that the token can use. See Security concerns for more infos.

key

the key that will be used to check the token signature

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Throws
IllegalArgumentException

couldn't decode the token since it's not a valid base64 string

JwtExpirationException

the token isn't valid anymore because its expiration attribute is in the past

JwtLengthException

the number of parts separated by dots is wrong

JwtNotBeforeException

the token isn't valid yet because its notBefore attribute is in the future

JwtValidationException

default validation exception

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Valid a token: doesn't return anything but will thrown exceptions if there are any errors.

Valid a token: doesn't return anything but will thrown exceptions if there are any errors.

Value parameters

token

a JSON Web Token as a Base64 url-safe encoded String which can be used inside an HTTP header

Attributes

Throws
IllegalArgumentException

couldn't decode the token since it's not a valid base64 string

JwtExpirationException

the token isn't valid anymore because its expiration attribute is in the past

JwtLengthException

the number of parts separated by dots is wrong

JwtNotBeforeException

the token isn't valid yet because its notBefore attribute is in the future

JwtValidationException

default validation exception

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Attributes

Inherited from:
JwtCore

Inherited fields

override val clock: Clock

Attributes

Inherited from:
JwtUpickle

Implicits

Inherited implicits

implicit val jwtUpickleClaimReadWrite: ReadWriter[JwtClaim]

Attributes

Inherited from:
JwtUpickleImplicits
implicit val jwtUpickleHeaderReadWrite: ReadWriter[JwtHeader]

Attributes

Inherited from:
JwtUpickleImplicits