public static interface ApiProto.GetLogoutURLRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServiceProviderProto.ServiceContext |
getContext()
The service context.
|
ServiceProviderProto.ServiceContextOrBuilder |
getContextOrBuilder()
The service context.
|
String |
getServiceProviderId()
The service provider id is used for when a logout happens and the user tries to re-login.
|
com.google.protobuf.ByteString |
getServiceProviderIdBytes()
The service provider id is used for when a logout happens and the user tries to re-login.
|
String |
getSessionId()
The user's session id
|
com.google.protobuf.ByteString |
getSessionIdBytes()
The user's session id
|
boolean |
hasContext()
The service context.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSessionId()
The user's session id
string session_id = 1;com.google.protobuf.ByteString getSessionIdBytes()
The user's session id
string session_id = 1;boolean hasContext()
The service context.
.sso.v1.ServiceContext context = 2;ServiceProviderProto.ServiceContext getContext()
The service context.
.sso.v1.ServiceContext context = 2;ServiceProviderProto.ServiceContextOrBuilder getContextOrBuilder()
The service context.
.sso.v1.ServiceContext context = 2;String getServiceProviderId()
The service provider id is used for when a logout happens and the user tries to re-login. SSO needs to know the user's next destination, so this endpoint will go back to the application the user had just logged out of when building the logout url.
string service_provider_id = 3;com.google.protobuf.ByteString getServiceProviderIdBytes()
The service provider id is used for when a logout happens and the user tries to re-login. SSO needs to know the user's next destination, so this endpoint will go back to the application the user had just logged out of when building the logout url.
string service_provider_id = 3;Copyright © 2021. All rights reserved.