acr property Null safety

Acr acr

Sets the acr claim of the ID token sent inside the claims parameter. See section 5.5.1 of the OIDC 1.0 specification.

Implementation

external Acr get acr;
void acr=(Acr v)

Implementation

external set acr(Acr v);