public static interface FinishOAuthRequest.OAuthParamsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCode()
public abstract String getCode()Required. The code to be used for getting the token from SCM provider.
string code = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The code. |
getCodeBytes()
public abstract ByteString getCodeBytes()Required. The code to be used for getting the token from SCM provider.
string code = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for code. |
getTicket()
public abstract String getTicket()Required. The ticket to be used for post processing the callback from SCM provider.
string ticket = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The ticket. |
getTicketBytes()
public abstract ByteString getTicketBytes()Required. The ticket to be used for post processing the callback from SCM provider.
string ticket = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ticket. |