id property

  1. @override
String get id
override

Unique identifier for this provider.

Lowercase slug (e.g., 'google', 'credentials', 'github'). Must be unique within a single AuthyraClient — duplicate IDs are rejected during registration.

Implementation

@override
String get id => 'google';