authenticationKeys property

  1. @TagNumber(7)
List<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)
$core.List<AuthenticationKey> get authenticationKeys => $_getList(6);