public final class GetEntryURLWithCodeRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetEntryURLWithCodeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetEntryURLWithCodeRequest |
fromProto(ApiProto.GetEntryURLWithCodeRequest proto)
Allows for simple conversion between the low-level generated protobuf object to
GetEntryURLWithCodeRequest, which is much more usable.
|
static List<GetEntryURLWithCodeRequest> |
fromProtos(List<ApiProto.GetEntryURLWithCodeRequest> protos)
Convenience method for handling lists of proto objects.
|
String |
getBackUrl()
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
|
ServiceContext |
getContext()
The service context needed to help determine which identity provider to use.
|
String |
getEmail()
The user's email.
|
String |
getFederatedIdentityProvider()
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.
|
String |
getServiceProviderId()
The service provider ID.
|
String |
getSessionId()
The session ID the identity provider wants to pass along to the service providers.
|
String |
getUserId()
The user ID.
|
static GetEntryURLWithCodeRequest.Builder |
newBuilder()
Returns a Builder for GetEntryURLWithCodeRequest, which is a mutable representation of the object.
|
ApiProto.GetEntryURLWithCodeRequest |
toProto()
Allows for simple conversion of an object to the low-level generated protobuf object.
|
static List<ApiProto.GetEntryURLWithCodeRequest> |
toProtos(List<GetEntryURLWithCodeRequest> objects)
Convenience method for handling lists of objects.
|
String |
toString()
Provides a human-readable representation of this object.
|
public String getServiceProviderId()
public String getSessionId()
public String getUserId()
public String getEmail()
public ServiceContext getContext()
public String getNextUrl()
public String getBackUrl()
public String getBackUrlText()
public String getFederatedIdentityProvider()
public static GetEntryURLWithCodeRequest.Builder newBuilder()
public String toString()
public static GetEntryURLWithCodeRequest fromProto(ApiProto.GetEntryURLWithCodeRequest proto)
public static List<GetEntryURLWithCodeRequest> fromProtos(List<ApiProto.GetEntryURLWithCodeRequest> protos)
public ApiProto.GetEntryURLWithCodeRequest toProto()
public static List<ApiProto.GetEntryURLWithCodeRequest> toProtos(List<GetEntryURLWithCodeRequest> objects)
Copyright © 2021. All rights reserved.