Package com.microsoft.quickauth.signin
Interface AccountInfo
-
- All Known Implementing Classes:
MSQAAccountInfoInternal
public interface AccountInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBase64Photo()
java.lang.String
getFullName()
java.lang.String
getId()
java.lang.String
getUserName()
-
-
-
Method Detail
-
getFullName
@Nullable java.lang.String getFullName()
- Returns:
- User full name.
-
getUserName
@Nullable java.lang.String getUserName()
- Returns:
- Email address or phone.
-
getId
@NonNull java.lang.String getId()
- Returns:
- CID for MSA.
-
getBase64Photo
@Nullable java.lang.String getBase64Photo()
- Returns:
- User photo Base64 string data.
-
-