Uses of Class
net.openid.appauth.AuthState
-
Packages that use AuthState Package Description net.openid.appauth AppAuth for Android. -
-
Uses of AuthState in net.openid.appauth
Methods in net.openid.appauth that return AuthState Modifier and Type Method Description static AuthStateAuthState. jsonDeserialize(String jsonStr)Reads an authorization state instance from a JSON string representation produced byjsonSerializeString().static AuthStateAuthState. jsonDeserialize(JSONObject json)Reads an authorization state instance from a JSON string representation produced byjsonSerialize().
-