ListAuthConfigsResponse

Response to list AuthConfigs.

JSON representation
{
  "authConfigs": [
    {
      object (AuthConfig)
    }
  ],
  "nextPageToken": string
}
Fields
authConfigs[]

object (AuthConfig)

The list of AuthConfigs retrieved.

nextPageToken

string

The token used to retrieve the next page of results.