firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
367 stars 131 forks source link

feat(auth): Implemented IdP config management APIs #217

Closed hiranya911 closed 4 years ago

hiranya911 commented 4 years ago

RELEASE NOTE: Added OidcProviderConfig and SamlProviderConfig classes for representing OIDC and SAML identity provider configurations. RELEASE NOTE: Added new APIs to FirebaseAuth to facilitate creating, retrieving, updating and deleting identity provider configurations.

hiranya911 commented 4 years ago

@egilmorez please review the public API ref docs in following classes (and also the release note text in the PR description):