ListProviderConfigResults interface

The response interface for listing provider configs. This is only available when listing all identity providers' configurations via BaseAuth.listProviderConfigs().

Signature:

export interface ListProviderConfigResults 

Properties

Property Type Description
pageToken string The next page token, if available.
providerConfigs AuthProviderConfig[] The list of providers for the specified type in the current page.

ListProviderConfigResults.pageToken

The next page token, if available.

Signature:

pageToken?: string;

ListProviderConfigResults.providerConfigs

The list of providers for the specified type in the current page.

Signature:

providerConfigs: AuthProviderConfig[];