BasicCredentials.
to_dict
to_dict(
) ->
dict[str, Any]
Converts object into dictionary. Optional argument if the dictionary should be camelCase or snake_case can be
specified.
Parameters
name | type | description |
---|---|---|
self | None | None |
camel_case: 'bool' = True | bool | None |