challenge property

  1. @BuiltValueField(wireName: r'challenge')
String? challenge

Challenge is the identifier ("logout challenge") of the logout authentication request. It is used to identify the session.

Implementation

@BuiltValueField(wireName: r'challenge')
String? get challenge;