public static interface ApiProto.GetEntryURLWithCodeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBackUrl()
The back url is the url that clicking the "Back" in the navigation bar
|
com.google.protobuf.ByteString |
getBackUrlBytes()
The back url is the url that clicking the "Back" in the navigation bar
|
String |
getBackUrlText()
Back url text is the text that will be displayed for the back button in the navigation
|
com.google.protobuf.ByteString |
getBackUrlTextBytes()
Back url text is the text that will be displayed for the back button in the navigation
|
ServiceProviderProto.ServiceContext |
getContext()
The service context needed to help determine which identity provider to use.
|
ServiceProviderProto.ServiceContextOrBuilder |
getContextOrBuilder()
The service context needed to help determine which identity provider to use.
|
String |
getEmail()
The user's email.
|
com.google.protobuf.ByteString |
getEmailBytes()
The user's email.
|
String |
getFederatedIdentityProvider()
Denotes if an identity is delegated to another identity provider, e.g.
|
com.google.protobuf.ByteString |
getFederatedIdentityProviderBytes()
Denotes if an identity is delegated to another identity provider, e.g.
|
String |
getNextUrl()
The next URL to send the user to, once the code exchange is complete on the entry URL.
|
com.google.protobuf.ByteString |
getNextUrlBytes()
The next URL to send the user to, once the code exchange is complete on the entry URL.
|
String |
getServiceProviderId()
The service provider ID.
|
com.google.protobuf.ByteString |
getServiceProviderIdBytes()
The service provider ID.
|
String |
getSessionId()
The session ID the identity provider wants to pass along to the service providers.
|
com.google.protobuf.ByteString |
getSessionIdBytes()
The session ID the identity provider wants to pass along to the service providers.
|
String |
getUserId()
The user ID.
|
com.google.protobuf.ByteString |
getUserIdBytes()
The user ID.
|
boolean |
hasContext()
The service context needed to help determine which identity provider to use.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServiceProviderId()
The service provider ID.
string service_provider_id = 1;com.google.protobuf.ByteString getServiceProviderIdBytes()
The service provider ID.
string service_provider_id = 1;String getSessionId()
The session ID the identity provider wants to pass along to the service providers.
string session_id = 2;com.google.protobuf.ByteString getSessionIdBytes()
The session ID the identity provider wants to pass along to the service providers.
string session_id = 2;String getUserId()
The user ID.
string user_id = 3;com.google.protobuf.ByteString getUserIdBytes()
The user ID.
string user_id = 3;String getEmail()
The user's email.
string email = 4;com.google.protobuf.ByteString getEmailBytes()
The user's email.
string email = 4;boolean hasContext()
The service context needed to help determine which identity provider to use.
.sso.v1.ServiceContext context = 5;ServiceProviderProto.ServiceContext getContext()
The service context needed to help determine which identity provider to use.
.sso.v1.ServiceContext context = 5;ServiceProviderProto.ServiceContextOrBuilder getContextOrBuilder()
The service context needed to help determine which identity provider to use.
.sso.v1.ServiceContext context = 5;String getNextUrl()
The next URL to send the user to, once the code exchange is complete on the entry URL.
string next_url = 6;com.google.protobuf.ByteString getNextUrlBytes()
The next URL to send the user to, once the code exchange is complete on the entry URL.
string next_url = 6;String getBackUrl()
The back url is the url that clicking the "Back" in the navigation bar
string back_url = 7;com.google.protobuf.ByteString getBackUrlBytes()
The back url is the url that clicking the "Back" in the navigation bar
string back_url = 7;String getBackUrlText()
Back url text is the text that will be displayed for the back button in the navigation
string back_url_text = 9;com.google.protobuf.ByteString getBackUrlTextBytes()
Back url text is the text that will be displayed for the back button in the navigation
string back_url_text = 9;String getFederatedIdentityProvider()
Denotes if an identity is delegated to another identity provider, e.g. google
string federated_identity_provider = 10;com.google.protobuf.ByteString getFederatedIdentityProviderBytes()
Denotes if an identity is delegated to another identity provider, e.g. google
string federated_identity_provider = 10;Copyright © 2021. All rights reserved.