Interface Identity.UserInfoResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEmail()
      Preferred e-mail address
      com.google.protobuf.ByteString getEmailBytes()
      Preferred e-mail address
      String getFamilyName()
      Surname(s) or last name(s)
      com.google.protobuf.ByteString getFamilyNameBytes()
      Surname(s) or last name(s)
      String getGivenName()
      Given name(s) or first name(s)
      com.google.protobuf.ByteString getGivenNameBytes()
      Given name(s) or first name(s)
      String getName()
      Full name
      com.google.protobuf.ByteString getNameBytes()
      Full name
      String getPicture()
      Profile picture URL
      com.google.protobuf.ByteString getPictureBytes()
      Profile picture URL
      String getPreferredUsername()
      Shorthand name by which the End-User wishes to be referred to
      com.google.protobuf.ByteString getPreferredUsernameBytes()
      Shorthand name by which the End-User wishes to be referred to
      String getSubject()
      Locally unique and never reassigned identifier within the Issuer for the End-User, which is intended to be consumed by the Client.
      com.google.protobuf.ByteString getSubjectBytes()
      Locally unique and never reassigned identifier within the Issuer for the End-User, which is intended to be consumed by the Client.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSubject

        String getSubject()
         Locally unique and never reassigned identifier within the Issuer for the End-User, which is intended to be consumed
         by the Client.
         
        string subject = 1;
        Returns:
        The subject.
      • getSubjectBytes

        com.google.protobuf.ByteString getSubjectBytes()
         Locally unique and never reassigned identifier within the Issuer for the End-User, which is intended to be consumed
         by the Client.
         
        string subject = 1;
        Returns:
        The bytes for subject.
      • getName

        String getName()
         Full name
         
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Full name
         
        string name = 2;
        Returns:
        The bytes for name.
      • getPreferredUsername

        String getPreferredUsername()
         Shorthand name by which the End-User wishes to be referred to
         
        string preferred_username = 3;
        Returns:
        The preferredUsername.
      • getPreferredUsernameBytes

        com.google.protobuf.ByteString getPreferredUsernameBytes()
         Shorthand name by which the End-User wishes to be referred to
         
        string preferred_username = 3;
        Returns:
        The bytes for preferredUsername.
      • getGivenName

        String getGivenName()
         Given name(s) or first name(s)
         
        string given_name = 4;
        Returns:
        The givenName.
      • getGivenNameBytes

        com.google.protobuf.ByteString getGivenNameBytes()
         Given name(s) or first name(s)
         
        string given_name = 4;
        Returns:
        The bytes for givenName.
      • getFamilyName

        String getFamilyName()
         Surname(s) or last name(s)
         
        string family_name = 5;
        Returns:
        The familyName.
      • getFamilyNameBytes

        com.google.protobuf.ByteString getFamilyNameBytes()
         Surname(s) or last name(s)
         
        string family_name = 5;
        Returns:
        The bytes for familyName.
      • getEmail

        String getEmail()
         Preferred e-mail address
         
        string email = 6;
        Returns:
        The email.
      • getEmailBytes

        com.google.protobuf.ByteString getEmailBytes()
         Preferred e-mail address
         
        string email = 6;
        Returns:
        The bytes for email.
      • getPicture

        String getPicture()
         Profile picture URL
         
        string picture = 7;
        Returns:
        The picture.
      • getPictureBytes

        com.google.protobuf.ByteString getPictureBytes()
         Profile picture URL
         
        string picture = 7;
        Returns:
        The bytes for picture.