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