oauth property
OAuth/OIDC access (and id_token) returned by the identity provider.
Implementation
@$pb.TagNumber(5)
IDPOAuthAccessInformation get oauth => $_getN(4);
Implementation
@$pb.TagNumber(5)
set oauth(IDPOAuthAccessInformation value) => $_setField(5, value);