pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.connectors.v1.kotlin.outputs
/
Oauth2AuthCodeFlowResponse
/
Oauth2AuthCodeFlowResponse
Oauth2Auth
Code
Flow
Response
fun
Oauth2AuthCodeFlowResponse
(
authCode
:
String
,
clientId
:
String
,
clientSecret
:
SecretResponse
,
enablePkce
:
Boolean
,
pkceVerifier
:
String
,
redirectUri
:
String
,
scopes
:
List
<
String
>
)