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 Summary
Modifier and TypeMethodDescriptionoptional string accessToken = 7;
com.google.protobuf.ByteString
optional string accessToken = 7;
boolean
required bool authenticated = 1;
optional string emailAddress = 6;
com.google.protobuf.ByteString
optional string emailAddress = 6;
optional .com.seeq.link.messages.ErrorInfo errorInfo = 8;
optional .com.seeq.link.messages.ErrorInfo errorInfo = 8;
optional string firstName = 4;
com.google.protobuf.ByteString
optional string firstName = 4;
optional string lastName = 5;
com.google.protobuf.ByteString
optional string lastName = 5;
getName()
optional string name = 3;
com.google.protobuf.ByteString
optional string name = 3;
optional string subject = 2;
com.google.protobuf.ByteString
optional string subject = 2;
getUserGroup
(int index) users groups of the authenticated userint
users groups of the authenticated userusers groups of the authenticated usergetUserGroupOrBuilder
(int index) users groups of the authenticated userusers groups of the authenticated userboolean
Tells if the user groups of the user were provided in the responseboolean
optional string accessToken = 7;
boolean
required bool authenticated = 1;
boolean
optional string emailAddress = 6;
boolean
optional .com.seeq.link.messages.ErrorInfo errorInfo = 8;
boolean
optional string firstName = 4;
boolean
optional string lastName = 5;
boolean
hasName()
optional string name = 3;
boolean
optional string subject = 2;
boolean
Tells if the user groups of the user were provided in the responseMethods 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 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
List<OAuth2ConnectionMessages.OAuth2AuthResponseMessage.UserGroupInfo> 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
List<? extends OAuth2ConnectionMessages.OAuth2AuthResponseMessage.UserGroupInfoOrBuilder> getUserGroupOrBuilderList()users groups of the authenticated user
repeated .com.seeq.link.messages.connector.oauth2.OAuth2AuthResponseMessage.UserGroupInfo userGroup = 9;
-
getUserGroupOrBuilder
OAuth2ConnectionMessages.OAuth2AuthResponseMessage.UserGroupInfoOrBuilder getUserGroupOrBuilder(int index) 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.
-