Appearance
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?
optionalclientId: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?
optionalclientSecret: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?
optionaldisplayName: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?
optionalenabled: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?
optionalissuer: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?
optionalresponseType:OAuthResponseType
Defined in: types/firebase-admin/auth-config.ts:325
The OIDC provider's response object for OAuth authorization flow.