fromRequest property

  1. @JsonKey(name: 'from_request')
bool? get fromRequest
inherited

Optional. True, if the access was granted after the user accepted an explicit request from a Web App sent by the method requestWriteAccess

Implementation

@JsonKey(name: 'from_request')
bool? get fromRequest;