redirectUris property

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

Callback URI of the authorization request where the code or tokens will be sent to

Implementation

@$pb.TagNumber(1)
$pb.PbList<$core.String> get redirectUris => $_getList(0);