Function b64utob64

  • convert a Base64URL encoded string to a Base64 encoded string.

    Parameters

    • sIn: string

      Base64URL encoded string

    Returns string

    Base64 encoded string

    See

    b64tob64u

    Example

    b64utob64("ab-c3f_") -> "ab+c3f/=="