botRequireCodeGrant property

  1. @JsonKey(name: 'bot_require_code_grant')
bool botRequireCodeGrant
final

when true the app's bot will only join upon completion of the full oauth2 code grant flow

Implementation

@JsonKey(name: 'bot_require_code_grant')
final bool botRequireCodeGrant;