apiGrant property

ApiScope? get apiGrant

Implementation

ApiScope? get apiGrant {
  return participantToken?.getApiGrant();
}