authorizedEntity property

String get authorizedEntity

The authorized entity that is used to obtain the token.

Implementation

String get authorizedEntity => _wrapped.authorizedEntity;
set authorizedEntity (String v)

Implementation

set authorizedEntity(String v) {
  _wrapped.authorizedEntity = v;
}