version property
Version defines the OIDC version used by the application. Currently, only version 1.0 is supported. Future versions might introduce breaking changes. If not set, the version will not be changed.
Implementation
@$pb.TagNumber(7)
$4.OIDCVersion get version => $_getN(6);
Implementation
@$pb.TagNumber(7)
set version($4.OIDCVersion value) => $_setField(7, value);