Package com.glideapi

Class GlideClient

java.lang.Object
com.glideapi.GlideClient

public class GlideClient extends Object
  • Constructor Details

    • GlideClient

      public GlideClient()
  • Method Details

    • exchangeCodeForSession

      public Session exchangeCodeForSession(String code)
    • authenticate

      public AuthenticationResponse authenticate(AuthConfig authConfig)
    • verifyByNumber

      public boolean verifyByNumber(String phoneNumber)
    • verifyByHashedNumber

      public boolean verifyByHashedNumber(String hashedPhoneNumber)
    • getPhoneNumber

      public String getPhoneNumber()
    • retrieveDate

      public String retrieveDate(String phoneNumber)
    • checkSimSwap

      public boolean checkSimSwap(String phoneNumber, int maxAge)
    • verifyLocation

      public boolean verifyLocation(LocationBody locationBody)