menu
fluxer_dart package
documentation
models/auth_session_response.dart
AuthSessionResponse
idHash property
idHash property
dark_mode
light_mode
idHash
property
@JsonKey.new(name: 'id_hash')
String
idHash
final
The base64url-encoded session id hash
Implementation
@JsonKey(name: 'id_hash') final String idHash;
fluxer_dart package
documentation
models/auth_session_response
AuthSessionResponse
idHash property
AuthSessionResponse class