Options
All
  • Public
  • Public/Protected
  • All
Menu

Module auth/util

Index

Variables

Const CHARSET

CHARSET: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~" = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~'

Functions

Const base64UrlEncode

  • base64UrlEncode(value: string): string
  • Parameters

    • value: string

    Returns string

Const generateRandomState

  • generateRandomState(lengthOfState: number): string
  • Parameters

    • lengthOfState: number

    Returns string

Generated using TypeDoc