updated Query options
This commit is contained in:
@@ -27,11 +27,15 @@ ValidationEventMethods = MethodToEvent(
|
||||
|
||||
|
||||
def authentication_login_with_domain_and_creds_endpoint(
|
||||
request: Request, data: EndpointBaseRequestModel
|
||||
request: Request, data: EndpointBaseRequestModel
|
||||
) -> Dict[str, Any]:
|
||||
function = ValidationEventMethods.retrieve_event(event_function_code=f"{validation_event.key}")
|
||||
function = ValidationEventMethods.retrieve_event(
|
||||
event_function_code=f"{validation_event.key}"
|
||||
)
|
||||
data = function.REQUEST_VALIDATOR(**data.data)
|
||||
RetrieveValidation.context_retriever = ContextRetrievers(func=authentication_login_with_domain_and_creds_endpoint)
|
||||
RetrieveValidation.context_retriever = ContextRetrievers(
|
||||
func=authentication_login_with_domain_and_creds_endpoint
|
||||
)
|
||||
return function.endpoint_callable(request=request, data=data)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user