postLogoutRedirectUris property
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. Any existing post logout redirect URIs not included in this list will be removed. If not set, the post logout redirect URIs will not be changed.
Implementation
@$pb.TagNumber(6)
$pb.PbList<$core.String> get postLogoutRedirectUris => $_getList(5);