Flutter: getProvider

Gets details of a specific custom provider by its identifier.

Parameters

Examples

Get a custom provider

final CustomOAuthProvider provider =
    await supabase.auth.admin.customProviders.getProvider('custom:mycompany');