ProtectedHeaderJWT

fmgp.crypto.JWT_JWM$package.ProtectedHeaderJWT

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def fromBase64url(data: String): Either[String, Payload]

Extensions

Extensions

extension (header: ProtectedHeaderJWT)
def base64: Base64
def base64url: String
def content: String

decode the base64url to a string

decode the base64url to a string

Attributes

def toJWTHeader: Either[String, JWTHeader]