Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

Const atob

  • atob(data: string): string
  • Decode base64 in browser and node.js

    Parameters

    • data: string

    Returns string

unsafeDecode

  • unsafeDecode(token: string): any
  • Decode JWT without signature check

    Parameters

    • token: string

    Returns any

Generated using TypeDoc