authSessionIdHash property

  1. @JsonKey.new(name: 'auth_session_id_hash')
String authSessionIdHash
final

Base64url-encoded hash of the newly created authentication session

Implementation

@JsonKey(name: 'auth_session_id_hash')
final String authSessionIdHash;