userId property
The user ID represents the ID provided by the identity provider. This ID is used to link the user in ZITADEL with the identity provider.
Implementation
@$pb.TagNumber(4)
$core.String get userId => $_getSZ(2);
Implementation
@$pb.TagNumber(4)
set userId($core.String v) { $_setString(2, v); }