Package com.appliedrec.verid.core2.auth
Interface ISDKAuth
-
- All Known Subinterfaces:
IReporter
- All Known Implementing Classes:
SDKLicenceUtility
,SpiralSDKAuth
@RestrictTo(LIBRARY_GROUP) public interface ISDKAuth
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
authenticate()
void
authorize()
boolean
isAuthenticated()
boolean
isAuthorized()
-
-
-
Method Detail
-
authenticate
@RestrictTo(LIBRARY_GROUP) void authenticate() throws LicenceAuthenticationException
- Throws:
LicenceAuthenticationException
-
authorize
@RestrictTo(LIBRARY_GROUP) void authorize() throws LicenceAuthorizationException
- Throws:
LicenceAuthorizationException
-
isAuthenticated
@RestrictTo(LIBRARY_GROUP) boolean isAuthenticated()
-
isAuthorized
@RestrictTo(LIBRARY_GROUP) boolean isAuthorized()
-
-