• Returns the information of the identity & refresh tokens, provided by environment variables.

    Returns undefined | { accessToken: string; refreshToken: string; userId: string }

    The identity token information in case it exists.