Interface LogoutTokenClaimNames


@Deprecated(since="3.1", forRemoval=true) public interface LogoutTokenClaimNames
Deprecated, for removal: This API element is subject to removal in a future version.
Use built-in Spring Security support for OpenID Connect Back-Channel Logout
The names of the "claims" defined by the OpenID Connect Back-Channel Logout 1.0 specification that can be returned in the Logout Token.
Since:
1.0
Author:
Vaadin Ltd
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The events claim.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The sid claim (session identifier).
  • Field Details

    • SID

      static final String SID
      Deprecated, for removal: This API element is subject to removal in a future version.
      The sid claim (session identifier).
      See Also:
    • EVENTS

      static final String EVENTS
      Deprecated, for removal: This API element is subject to removal in a future version.
      The events claim.
      See Also: