Package com.appliedrec.verid.core2.auth
Class SpiralSDKAuth
- java.lang.Object
-
- com.appliedrec.verid.core2.auth.SpiralSDKAuth
-
-
Constructor Summary
Constructors Constructor Description SpiralSDKAuth(android.content.Context context, java.net.URL serverURL, SpiralCredentials credentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
authenticate()
void
authorize()
boolean
isAuthenticated()
boolean
isAuthorized()
void
sendSessionReport(com.appliedrec.verid.core2.auth.SessionReport sessionReport)
-
-
-
Constructor Detail
-
SpiralSDKAuth
@RestrictTo(LIBRARY_GROUP) public SpiralSDKAuth(android.content.Context context, java.net.URL serverURL, SpiralCredentials credentials)
-
-
Method Detail
-
authenticate
@RestrictTo(LIBRARY_GROUP) public void authenticate() throws LicenceAuthenticationException
- Specified by:
authenticate
in interfaceISDKAuth
- Throws:
LicenceAuthenticationException
-
authorize
@RestrictTo(LIBRARY_GROUP) public void authorize() throws LicenceAuthorizationException
- Specified by:
authorize
in interfaceISDKAuth
- Throws:
LicenceAuthorizationException
-
isAuthenticated
@RestrictTo(LIBRARY_GROUP) public boolean isAuthenticated()
- Specified by:
isAuthenticated
in interfaceISDKAuth
-
isAuthorized
@RestrictTo(LIBRARY_GROUP) public boolean isAuthorized()
- Specified by:
isAuthorized
in interfaceISDKAuth
-
sendSessionReport
@RestrictTo(LIBRARY_GROUP) public void sendSessionReport(com.appliedrec.verid.core2.auth.SessionReport sessionReport)
- Specified by:
sendSessionReport
in interfaceIReporter
-
-