idpInformation property

  1. @TagNumber.new(2)
IDPInformation get idpInformation

Information returned by the identity provider (IDP) such as the identification of the user and detailed / profile information.

Implementation

@$pb.TagNumber(2)
$6.IDPInformation get idpInformation => $_getN(1);
  1. @TagNumber.new(2)
set idpInformation (IDPInformation value)

Implementation

@$pb.TagNumber(2)
set idpInformation($6.IDPInformation value) => $_setField(2, value);