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

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

    The identity token information in case it exists.