package jwtsimple
jwtsimple package object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- jwtsimple
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
Algorithm = String
By default the algorithm to encode is HS256.
By default the algorithm to encode is HS256. The supported algorithms for encoding and decoding are HS256, HS384, HS512 and RS256.
-
trait
JwtSimple
extends Object
jwt-simple - JWT(JSON Web Token) encode and decode module
jwt-simple - JWT(JSON Web Token) encode and decode module
- Annotations
- @RawJSType() @native()
- Version
0.5.0
- See also
-
implicit final
class
JwtSimpleExtensions
extends AnyVal
JwtSimple Extensions
- type JwtToken = String