postLogoutRedirectUris property

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

PostLogoutRedirectURIs are the allowed URIs to redirect to after a logout. The post_logout_redirect_uri parameter in the logout request must exactly match one of these URIs.

Implementation

@$pb.TagNumber(7)
$pb.PbList<$core.String> get postLogoutRedirectUris => $_getList(6);