Packages

p

io.scalajs.npm

jwtsimple

package jwtsimple

jwtsimple package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. jwtsimple
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. 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

    https://www.npmjs.com/package/jwt-simple

  3. implicit final class JwtSimpleExtensions extends AnyVal

    JwtSimple Extensions

  4. type JwtToken = String

Value Members

  1. val HS256: Algorithm
  2. val HS384: Algorithm
  3. val HS512: Algorithm
  4. val RS256: Algorithm
  5. object JwtSimple extends Object with JwtSimple

    JwtSimple Singleton

    JwtSimple Singleton

    Annotations
    @native() @JSImport( "jwt-simple" , JSImport.Namespace )

Inherited from AnyRef

Inherited from Any

Ungrouped