Skip to content

cloudfire-auth / OIDCUpdateAuthProviderRequest

Interface: OIDCUpdateAuthProviderRequest ​

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

The request interface for updating an OIDC Auth provider. This is used when updating an OIDC provider's configuration via CloudFireAuth.updateProviderConfig.

Properties ​

clientId? ​

optional clientId: string

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

The OIDC provider's updated client ID. If not provided, the existing configuration's value is not modified.


clientSecret? ​

optional clientSecret: string

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

The OIDC provider's client secret to enable OIDC code flow. If not provided, the existing configuration's value is not modified.


displayName? ​

optional displayName: string

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

The OIDC provider's updated display name. If not provided, the existing configuration's value is not modified.


enabled? ​

optional enabled: boolean

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

Whether the OIDC provider is enabled or not. If not provided, the existing configuration's setting is not modified.


issuer? ​

optional issuer: string

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

The OIDC provider's updated issuer. If not provided, the existing configuration's value is not modified.


responseType? ​

optional responseType: OAuthResponseType

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

The OIDC provider's response object for OAuth authorization flow.