public interface ServerSessionClient
| Modifier and Type | Method and Description |
|---|---|
ODataValueOfBoolean |
createServerSession(ParametersForCreateServerSession parameters)
- Deprecated.
|
ODataValueOfBoolean |
invalidateServerSession(ParametersForInvalidateServerSession parameters)
- Deprecated.
- Invalidates the server session. - Acts as a "logout" operation, and invalidates the session associated with the provided access token. |
ODataValueOfDateTime |
refreshServerSession(ParametersForRefreshServerSession parameters)
- Deprecated.
- Refreshes the session associated with the access token. |
ODataValueOfBoolean invalidateServerSession(ParametersForInvalidateServerSession parameters)
parameters - An object of type ParametersForInvalidateServerSession which encapsulates the parameters of invalidateServerSession method.ODataValueOfBoolean The return valueODataValueOfBoolean createServerSession(ParametersForCreateServerSession parameters)
parameters - An object of type ParametersForCreateServerSession which encapsulates the parameters of createServerSession method.ODataValueOfBoolean The return valueODataValueOfDateTime refreshServerSession(ParametersForRefreshServerSession parameters)
parameters - An object of type ParametersForRefreshServerSession which encapsulates the parameters of refreshServerSession method.ODataValueOfDateTime The return valueCopyright © 2025. All rights reserved.