Class StartOAuthResponse (0.4.0)

StartOAuthResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
system_provider_id google.cloud.developerconnect_v1.types.SystemProvider
The ID of the system provider. This field is a member of oneof_ id.
ticket str
The ticket to be used for post processing the callback from the service provider.
code_challenge str
Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.1
code_challenge_method str
Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.2
client_id str
The client ID to the OAuth App of the service provider.
scopes MutableSequence[str]
The list of scopes requested by the application.
auth_uri str
The authorization server URL to the OAuth flow of the service provider.