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:
callback_url
Type:

str

csrf_token
Type:

str

password
Type:

str

user_name
Type:

str

json

Default: True.

Type:

Union[Unset, bool]

redirect

Default: True.

Type:

Union[Unset, bool]

Attributes

callback_url

csrf_token

password

user_name

json

redirect

classmethod from_dict(src_dict)[source]

Create an instance of AuthAuthenticateUserAuthenticationRequest from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]