Interface OAuth2ConnectionMessages.OAuth2AuthResponseMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OAuth2ConnectionMessages.OAuth2AuthResponseMessage, OAuth2ConnectionMessages.OAuth2AuthResponseMessage.Builder
Enclosing class:
OAuth2ConnectionMessages

public static interface OAuth2ConnectionMessages.OAuth2AuthResponseMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasAuthenticated

      boolean hasAuthenticated()
      required bool authenticated = 1;
      Returns:
      Whether the authenticated field is set.
    • getAuthenticated

      boolean getAuthenticated()
      required bool authenticated = 1;
      Returns:
      The authenticated.
    • hasSubject

      boolean hasSubject()
      optional string subject = 2;
      Returns:
      Whether the subject field is set.
    • getSubject

      String getSubject()
      optional string subject = 2;
      Returns:
      The subject.
    • getSubjectBytes

      com.google.protobuf.ByteString getSubjectBytes()
      optional string subject = 2;
      Returns:
      The bytes for subject.
    • hasName

      boolean hasName()
      optional string name = 3;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 3;
      Returns:
      The bytes for name.
    • hasFirstName

      boolean hasFirstName()
      optional string firstName = 4;
      Returns:
      Whether the firstName field is set.
    • getFirstName

      String getFirstName()
      optional string firstName = 4;
      Returns:
      The firstName.
    • getFirstNameBytes

      com.google.protobuf.ByteString getFirstNameBytes()
      optional string firstName = 4;
      Returns:
      The bytes for firstName.
    • hasLastName

      boolean hasLastName()
      optional string lastName = 5;
      Returns:
      Whether the lastName field is set.
    • getLastName

      String getLastName()
      optional string lastName = 5;
      Returns:
      The lastName.
    • getLastNameBytes

      com.google.protobuf.ByteString getLastNameBytes()
      optional string lastName = 5;
      Returns:
      The bytes for lastName.
    • hasEmailAddress

      boolean hasEmailAddress()
      optional string emailAddress = 6;
      Returns:
      Whether the emailAddress field is set.
    • getEmailAddress

      String getEmailAddress()
      optional string emailAddress = 6;
      Returns:
      The emailAddress.
    • getEmailAddressBytes

      com.google.protobuf.ByteString getEmailAddressBytes()
      optional string emailAddress = 6;
      Returns:
      The bytes for emailAddress.
    • hasAccessToken

      boolean hasAccessToken()
      optional string accessToken = 7;
      Returns:
      Whether the accessToken field is set.
    • getAccessToken

      String getAccessToken()
      optional string accessToken = 7;
      Returns:
      The accessToken.
    • getAccessTokenBytes

      com.google.protobuf.ByteString getAccessTokenBytes()
      optional string accessToken = 7;
      Returns:
      The bytes for accessToken.
    • hasErrorInfo

      boolean hasErrorInfo()
      optional .com.seeq.link.messages.ErrorInfo errorInfo = 8;
      Returns:
      Whether the errorInfo field is set.
    • getErrorInfo

      ErrorMessage.ErrorInfo getErrorInfo()
      optional .com.seeq.link.messages.ErrorInfo errorInfo = 8;
      Returns:
      The errorInfo.
    • getErrorInfoOrBuilder

      ErrorMessage.ErrorInfoOrBuilder getErrorInfoOrBuilder()
      optional .com.seeq.link.messages.ErrorInfo errorInfo = 8;
    • getUserGroupList

       users groups of the authenticated user
       
      repeated .com.seeq.link.messages.connector.oauth2.OAuth2AuthResponseMessage.UserGroupInfo userGroup = 9;
    • getUserGroup

       users groups of the authenticated user
       
      repeated .com.seeq.link.messages.connector.oauth2.OAuth2AuthResponseMessage.UserGroupInfo userGroup = 9;
    • getUserGroupCount

      int getUserGroupCount()
       users groups of the authenticated user
       
      repeated .com.seeq.link.messages.connector.oauth2.OAuth2AuthResponseMessage.UserGroupInfo userGroup = 9;
    • getUserGroupOrBuilderList

       users groups of the authenticated user
       
      repeated .com.seeq.link.messages.connector.oauth2.OAuth2AuthResponseMessage.UserGroupInfo userGroup = 9;
    • getUserGroupOrBuilder

       users groups of the authenticated user
       
      repeated .com.seeq.link.messages.connector.oauth2.OAuth2AuthResponseMessage.UserGroupInfo userGroup = 9;
    • hasUserGroupsProvided

      boolean hasUserGroupsProvided()
       Tells if the user groups of the user were provided in the response
       
      optional bool userGroupsProvided = 10 [default = false];
      Returns:
      Whether the userGroupsProvided field is set.
    • getUserGroupsProvided

      boolean getUserGroupsProvided()
       Tells if the user groups of the user were provided in the response
       
      optional bool userGroupsProvided = 10 [default = false];
      Returns:
      The userGroupsProvided.