idToken property

  1. @BuiltValueField(wireName: r'id_token')
String? idToken

IDToken is an optional id token provided by an OIDC provider If submitted, it is verified using the OIDC provider's public key set and the claims are used to populate the OIDC credentials of the identity. If the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use the traits field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken. Supported providers are Apple

Implementation

@BuiltValueField(wireName: r'id_token')
String? get idToken;