-
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP) public class EmailLinkParser
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEmailLinkParser.LinkParameters
-
Constructor Summary
Constructors Constructor Description EmailLinkParser(String link)
-
Method Summary
Modifier and Type Method Description StringgetOobCode()StringgetSessionId()StringgetAnonymousUserId()booleangetForceSameDeviceBit()StringgetProviderId()-
-
Constructor Detail
-
EmailLinkParser
EmailLinkParser(String link)
-
-
Method Detail
-
getOobCode
String getOobCode()
-
getSessionId
String getSessionId()
-
getAnonymousUserId
String getAnonymousUserId()
-
getForceSameDeviceBit
boolean getForceSameDeviceBit()
-
getProviderId
String getProviderId()
-
-
-
-