public interface IdPHandler
IdPClient| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACCESS_TOKEN |
static java.lang.String |
AUTHORIZATION_CODE |
static java.lang.String |
ID_TOKEN |
static java.lang.String |
IDP_CLIENT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTokenType()
Retrieve the result token type (access_token, id_token, authorization_code)
|
void |
signIn(Fragment fragment,
IdPClient idPClient,
FRListener<IdPResult> listener)
Perform the Identity Provider sign in with the current active Fragment
|
void |
signIn(IdPClient idPClient,
FRListener<IdPResult> listener)
Perform the Identity Provider sign in with the current active
androidx.fragment.app.FragmentActivity |
static final java.lang.String ID_TOKEN
static final java.lang.String AUTHORIZATION_CODE
static final java.lang.String ACCESS_TOKEN
static final java.lang.String IDP_CLIENT
java.lang.String getTokenType()
void signIn(IdPClient idPClient, FRListener<IdPResult> listener)
androidx.fragment.app.FragmentActivityidPClient - The Idp configuration.listener - Listener to listen for the result.void signIn(Fragment fragment,
IdPClient idPClient,
FRListener<IdPResult> listener)
fragment - The Active FragmentidPClient - The Idp configuration.listener - Listener to listen for the result.