Package com.vaadin.sso.starter
Interface LogoutTokenClaimNames
-
public interface LogoutTokenClaimNamesThe 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 Detail
-
SID
static final String SID
Thesidclaim (session identifier).- See Also:
- Constant Field Values
-
EVENTS
static final String EVENTS
Theeventsclaim.- See Also:
- Constant Field Values
-
-