Uses of Class
sh.ory.hydra.model.ConsentRequestSession
-
Packages that use ConsentRequestSession Package Description sh.ory.hydra.model -
-
Uses of ConsentRequestSession in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return ConsentRequestSession Modifier and Type Method Description ConsentRequestSessionConsentRequestSession. accessToken(Object accessToken)ConsentRequestSessionAcceptConsentRequest. getSession()Get sessionConsentRequestSessionPreviousConsentSession. getSession()Get sessionConsentRequestSessionConsentRequestSession. idToken(Object idToken)Methods in sh.ory.hydra.model with parameters of type ConsentRequestSession Modifier and Type Method Description AcceptConsentRequestAcceptConsentRequest. session(ConsentRequestSession session)PreviousConsentSessionPreviousConsentSession. session(ConsentRequestSession session)voidAcceptConsentRequest. setSession(ConsentRequestSession session)voidPreviousConsentSession. setSession(ConsentRequestSession session)
-