authenticationKeys property

  1. @TagNumber.new(7)
PbList<AuthenticationKey> get authenticationKeys

A list of the user's authentication keys. They can be used to authenticate e.g. by JWT Profile.

Implementation

@$pb.TagNumber(7)
$pb.PbList<AuthenticationKey> get authenticationKeys => $_getList(6);