JWT

fmgp.crypto.JWT_JWM$package.JWT
object JWT

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JWT.type

Members list

Value members

Concrete methods

def apply(protectedHeader: ProtectedHeaderJWT, payload: Payload, signature: SignatureJWT): JWT
def fromBase64(base64: Base64): Either[String, JWT]

This is the JWT in base64JWTFormat encode in Base64 (double encoded)

This is the JWT in base64JWTFormat encode in Base64 (double encoded)

Attributes

def fromStrings(protectedHeader: String, payload: String, signature: String): JWT
def unsafeFromBase64(base64: Base64): JWT

This is the JWT in base64JWTFormat encode in Base64 (double encoded)

This is the JWT in base64JWTFormat encode in Base64 (double encoded)

Attributes

Extensions

Extensions

extension (jwt: JWT)
def base64: Base64

This is the JWT in base64JWTFormat encode in Base64 (double encoded)

This is the JWT in base64JWTFormat encode in Base64 (double encoded)

Attributes

def base64JWTFormat: String
inline def payload: Payload
inline def signature: SignatureJWT