Interface FinishOAuthRequest.OAuthParamsOrBuilder (0.44.0)

public static interface FinishOAuthRequest.OAuthParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.