firebase::auth::Auth::FetchProvidersResult

#include <auth.h>

Results of calls FetchProvidersForEmail.

Summary

Public attributes

providers
std::vector< std::string >
The IDPs (identity providers) that can be used for email.

Public attributes

providers

std::vector< std::string > firebase::auth::Auth::FetchProvidersResult::providers

The IDPs (identity providers) that can be used for email.

An array of length num_providers of null-terminated strings.