Module jose_base64url

RFC 4648, Section 5: https://tools.ietf.org/html/rfc4648#section-5.

Copyright © 2014-2022, Andrew Bennett

Authors: Andrew Bennett (potatosaladx@gmail.com).

Description

RFC 4648, Section 5: https://tools.ietf.org/html/rfc4648#section-5

Function Index

'decode!'/1
'decode!'/2
decode/1
decode/2
encode/1
encode/2
random/1
random/2

Function Details

'decode!'/1

'decode!'(Input) -> any()

'decode!'/2

'decode!'(Input, Opts) -> any()

decode/1

decode(Input) -> any()

decode/2

decode(Input, Opts) -> any()

encode/1

encode(Input) -> any()

encode/2

encode(Input, Opts) -> any()

random/1

random(Bytes) -> any()

random/2

random(Bytes, Opts) -> any()


Generated by EDoc