dtkt.replication.v1beta1messages.protoCheckSourceAuthResponse
MessageResponse for checking source auth.
| Field | Type | Number | Description |
|---|---|---|---|
| type | AuthType dtkt.shared.v1beta1.AuthType | 1 | The auth type of this source. |
| success | bool | 2 | Indicates if the auth check was successful. |
| error | string | 3 | Error message if success is false. |
| oauthOneOf | Present when type is OAuth. | ||
| auth_code_url | string | 4 | Returned when check is code. |
| token | OAuthToken dtkt.shared.v1beta1.OAuthToken | 5 | Returned when check type is token or refresh. |
| config_data | Struct google.protobuf.Struct | 6 | Data for source config. |