AuthAuthenticateUserAuthenticationRequest¶
- class pydelfini.delfini_core.models.auth_authenticate_user_authentication_request.AuthAuthenticateUserAuthenticationRequest(callback_url, csrf_token, password, user_name, json=True, redirect=True)[source]¶
Bases:
object
AuthAuthenticateUserAuthenticationRequest model
- Parameters:
Attributes
- classmethod from_dict(src_dict)[source]¶
Create an instance of
AuthAuthenticateUserAuthenticationRequest
from a dict