postLogoutRedirectUris property

  1. @TagNumber.new(6)
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(6)
$pb.PbList<$core.String> get postLogoutRedirectUris => $_getList(5);