Function wrapProfileToken

  • Wraps a token for a profile token file

    Parameters

    • token: string

      the token to be wrapped

    Returns {
        decodedToken: TokenInterface;
        token: string;
    }

    • including token and decodedToken
    • decodedToken: TokenInterface
    • token: string

Generated using TypeDoc