Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::DeveloperConnect::V1::FinishOAuthRequest::OAuthParams.
The params returned by non-Google OAuth 2.0 flow redirect.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#code
def code() -> ::String
Returns
- (::String) — Required. The code to be used for getting the token from SCM provider.
#code=
def code=(value) -> ::String
Parameter
- value (::String) — Required. The code to be used for getting the token from SCM provider.
Returns
- (::String) — Required. The code to be used for getting the token from SCM provider.
#ticket
def ticket() -> ::String
Returns
- (::String) — Required. The ticket to be used for post processing the callback from SCM provider.
#ticket=
def ticket=(value) -> ::String
Parameter
- value (::String) — Required. The ticket to be used for post processing the callback from SCM provider.
Returns
- (::String) — Required. The ticket to be used for post processing the callback from SCM provider.