toggle menu
DaVinci client for Android
1.1.0
androidJvm
switch theme
search in API
external-idp
/
com.pingidentity.idp.journey
/
IdpCallback
Idp
Callback
class
IdpCallback
:
AbstractCallback
,
JourneyAware
,
RequestInterceptor
Members
Constructors
Idp
Callback
Link copied to clipboard
constructor
(
)
Properties
acr
Values
Link copied to clipboard
var
acrValues
:
List
<
String
>
client
Id
Link copied to clipboard
var
clientId
:
String
intercept
Link copied to clipboard
open
override
var
intercept
:
FlowContext
.
(
Request
)
->
Request
Overrides the request with the resume request if initialized, else return the input request.
journey
Link copied to clipboard
open
lateinit override
var
journey
:
Journey
json
Link copied to clipboard
lateinit
var
json
:
JsonObject
nonce
Link copied to clipboard
var
nonce
:
String
provider
Link copied to clipboard
var
provider
:
String
redirect
Uri
Link copied to clipboard
var
redirectUri
:
String
request
Link copied to clipboard
var
request
:
String
request
Uri
Link copied to clipboard
var
requestUri
:
String
scopes
Link copied to clipboard
var
scopes
:
List
<
String
>
Functions
as
Json
Link copied to clipboard
open
override
fun
asJson
(
)
:
JsonObject
authorize
Link copied to clipboard
suspend
fun
authorize
(
idpHandler
:
IdpHandler
?
=
getIdpHandler()
)
:
Result
<
Unit
>
init
Link copied to clipboard
open
override
fun
init
(
jsonObject
:
JsonObject
)
input
Link copied to clipboard
fun
input
(
vararg
value
:
Any
)
:
JsonObject