Skip to content

cloudfire-auth / AuthProviderConfigFilter

Interface: AuthProviderConfigFilter

Defined in: types/firebase-admin/auth-config.ts:231

The filter interface used for listing provider configurations. This is used when specifying how to list configured identity providers via CloudFireAuth.listProviderConfigs.

Properties

maxResults?

optional maxResults: number

Defined in: types/firebase-admin/auth-config.ts:242

The maximum number of results to return per page. The default and maximum is 100.


pageToken?

optional pageToken: string

Defined in: types/firebase-admin/auth-config.ts:247

The next page token. When not specified, the lookup starts from the beginning of the list.


type

type: "saml" | "oidc"

Defined in: types/firebase-admin/auth-config.ts:237

The Auth provider configuration filter. This can be either saml or oidc. The former is used to look up SAML providers only, while the latter is used for OIDC providers.