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
JwtSimple type definition
JwtSimple type definition
- Annotations
- @RawJSType() @native()
-
implicit final
class
JwtSimpleExtensions
extends AnyVal
JwtSimple Extensions
- type JwtToken = String
Value Members
- val HS256: Algorithm
- val HS384: Algorithm
- val HS512: Algorithm
- val RS256: Algorithm
-
object
JwtSimple
extends Object with JwtSimple
jwt-simple - JWT(JSON Web Token) encode and decode module
jwt-simple - JWT(JSON Web Token) encode and decode module
- Annotations
- @native() @JSImport( "jwt-simple" , JSImport.Namespace )
- Version
0.5.0
- See also