sessionIdHashes property

  1. @JsonKey.new(name: 'session_id_hashes')
List<String> sessionIdHashes
final

Array of session ID hashes to log out (max 100)

Implementation

@JsonKey(name: 'session_id_hashes')
final List<String> sessionIdHashes;