idToken abstract method

Future<String?> idToken()

The raw OIDC ID token for the active session, if any. Needed by the onboarding POST /User create body.

Implementation

Future<String?> idToken();