Pudu programming language
Menu

Std.App.Jwt.Claiming

1 declaration

trait

Claiming

This declaration names behavior that types can implement.

What it does

Claims with one field set, each answering the claims rather than taking

them apart.

Methods, so a token's claims are written down the page in the order they

are decided. As functions taking the claims first, a token setting five of

them had five calls wrapped in one another and the claims a reader looks

for first ended up furthest in.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.App.JwtSearch related declarations