Interface LoginRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LoginRequest, LoginRequest.Builder
@Generated
public interface LoginRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()The email address of the user attempting to log in.com.google.protobuf.ByteStringThe email address of the user attempting to log in.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEmail
String getEmail()The email address of the user attempting to log in. If a user with this email exists, a six-digit verification code will be sent to this address. For security reasons, the response is the same whether or not the email is registered, preventing enumeration attacks.
string email = 1;- Returns:
- The email.
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()The email address of the user attempting to log in. If a user with this email exists, a six-digit verification code will be sent to this address. For security reasons, the response is the same whether or not the email is registered, preventing enumeration attacks.
string email = 1;- Returns:
- The bytes for email.
-