PresentationFlowTokenResponse
A limited presentation flow token response.
type PresentationFlowTokenResponse {
expires: DateTime!
token: String!
}
Fields
PresentationFlowTokenResponse.expires ● DateTime! non-null scalar
PresentationFlowTokenResponse.token ● String! non-null scalar
Returned By
acquireLimitedPresentationFlowToken mutation