• Twitter Login Callback Validator

    Returns Predicate

    200 Status OK

    Description

    This validator will validate twitter callback by applying the following steps in sequence:

    1. Check if query is empty

    2. Check if query.state is string

    3. Check if query.code is string

    4. Return 200 Status OK

    Throws

    400 NBError Bad Request

    • query must be present
    • state must be string
    • code must be string

Generated using TypeDoc