Package com.glideidentity
Class TypeUtils
java.lang.Object
com.glideidentity.TypeUtils
Utility methods for working with Glide SDK types.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetStatusUrl(com.glideidentity.core.Types.PrepareResponse response) Extract status_url from PrepareResponse strategy-specific data.
-
Method Details
-
getStatusUrl
Extract status_url from PrepareResponse strategy-specific data. Works for both Link and Desktop strategies.- Parameters:
response- the prepare response- Returns:
- status URL for polling, or null if not available (e.g., TS43 strategy)
-