authorizedEntity property

String get authorizedEntity

Identifies the entity that is authorized to access resources associated with this Instance ID. It can be a project ID from Google developer console.

Implementation

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

Implementation

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