idpInformation property
Information returned by the identity provider (IDP) such as the identification of the user and detailed / profile information.
Implementation
@$pb.TagNumber(2)
$4.IDPInformation get idpInformation => $_getN(1);
Implementation
@$pb.TagNumber(2)
set idpInformation($4.IDPInformation v) { setField(2, v); }