scopes property

  1. @TagNumber.new(4)
PbList<String> get scopes

The scopes requested by ZITADEL during the request to Azure AD.

Implementation

@$pb.TagNumber(4)
$pb.PbList<$core.String> get scopes => $_getList(3);