• Gets a token by user ID and type

    Parameters

    • db: any

      The database to use

    • userId: string

      The user ID to get

    • type: any

      The type of the token to get

    Returns Promise<any>

    The token, or undefined if it doesn't exist