getProvider abstract method

Map<String, dynamic> getProvider(
  1. String providerKey
)

Gets the authentication provider configuration

providerKey The provider key to retrieve Returns the provider configuration Throws AuthException if provider is not found

Implementation

Map<String, dynamic> getProvider(String providerKey);