Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::DeveloperConnect::V1::StartOAuthResponse.
Message for responding to starting an OAuth flow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#auth_uri
def auth_uri() -> ::String
Returns
- (::String) — The authorization server URL to the OAuth flow of the service provider.
#auth_uri=
def auth_uri=(value) -> ::String
Parameter
- value (::String) — The authorization server URL to the OAuth flow of the service provider.
Returns
- (::String) — The authorization server URL to the OAuth flow of the service provider.
#client_id
def client_id() -> ::String
Returns
- (::String) — The client ID to the OAuth App of the service provider.
#client_id=
def client_id=(value) -> ::String
Parameter
- value (::String) — The client ID to the OAuth App of the service provider.
Returns
- (::String) — The client ID to the OAuth App of the service provider.
#code_challenge
def code_challenge() -> ::String
Returns
- (::String) — Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.1
#code_challenge=
def code_challenge=(value) -> ::String
Parameter
- value (::String) — Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.1
Returns
- (::String) — Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.1
#code_challenge_method
def code_challenge_method() -> ::String
Returns
- (::String) — Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.2
#code_challenge_method=
def code_challenge_method=(value) -> ::String
Parameter
- value (::String) — Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.2
Returns
- (::String) — Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.2
#scopes
def scopes() -> ::Array<::String>
Returns
- (::Array<::String>) — The list of scopes requested by the application.
#scopes=
def scopes=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The list of scopes requested by the application.
Returns
- (::Array<::String>) — The list of scopes requested by the application.
#system_provider_id
def system_provider_id() -> ::Google::Cloud::DeveloperConnect::V1::SystemProvider
Returns
- (::Google::Cloud::DeveloperConnect::V1::SystemProvider) — The ID of the system provider.
#system_provider_id=
def system_provider_id=(value) -> ::Google::Cloud::DeveloperConnect::V1::SystemProvider
Parameter
- value (::Google::Cloud::DeveloperConnect::V1::SystemProvider) — The ID of the system provider.
Returns
- (::Google::Cloud::DeveloperConnect::V1::SystemProvider) — The ID of the system provider.
#ticket
def ticket() -> ::String
Returns
- (::String) — The ticket to be used for post processing the callback from the service provider.
#ticket=
def ticket=(value) -> ::String
Parameter
- value (::String) — The ticket to be used for post processing the callback from the service provider.
Returns
- (::String) — The ticket to be used for post processing the callback from the service provider.