authenticationKeys property
A list of the user's authentication keys. They can be used to authenticate e.g. by JWT Profile.
Implementation
@$pb.TagNumber(7)
$core.List<AuthenticationKey> get authenticationKeys => $_getList(6);
A list of the user's authentication keys. They can be used to authenticate e.g. by JWT Profile.
@$pb.TagNumber(7)
$core.List<AuthenticationKey> get authenticationKeys => $_getList(6);