Package

io.scalajs.npm

jwtsimple

Permalink

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

    Permalink

    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

    Permalink

    JwtSimple type definition

    JwtSimple type definition

    Annotations
    @RawJSType() @native()
  3. implicit final class JwtSimpleExtensions extends AnyVal

    Permalink

    JwtSimple Extensions

  4. type JwtToken = String

    Permalink

Value Members

  1. val HS256: Algorithm

    Permalink
  2. val HS384: Algorithm

    Permalink
  3. val HS512: Algorithm

    Permalink
  4. object JwtSimple extends Object with JwtSimple

    Permalink

    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

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

  5. val RS256: Algorithm

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped