AuthGetCsrfResponse200

class pydelfini.delfini_core.models.auth_get_csrf_response_200.AuthGetCsrfResponse200(csrf_token)[source]

Bases: object

AuthGetCsrfResponse200 model

Parameters:

csrf_token (str)

csrf_token
Type:

str

Attributes

csrf_token

classmethod from_dict(src_dict)[source]

Create an instance of AuthGetCsrfResponse200 from a dict

Parameters:

src_dict (Dict[str, Any])

Return type:

T

to_dict()[source]

Convert to a dict

Return type:

Dict[str, Any]