Uses of Class
sh.ory.hydra.model.AcceptLoginRequest
-
Packages that use AcceptLoginRequest Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of AcceptLoginRequest in sh.ory.hydra.api
Methods in sh.ory.hydra.api with parameters of type AcceptLoginRequest Modifier and Type Method Description CompletedRequestAdminApi. acceptLoginRequest(String loginChallenge, AcceptLoginRequest body)Accept a Login Request When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity provider\") to authenticate the subject and then tell ORY Hydra now about it.okhttp3.CallAdminApi. acceptLoginRequestAsync(String loginChallenge, AcceptLoginRequest body, ApiCallback<CompletedRequest> _callback)Accept a Login Request (asynchronously) When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity provider\") to authenticate the subject and then tell ORY Hydra now about it.okhttp3.CallAdminApi. acceptLoginRequestCall(String loginChallenge, AcceptLoginRequest body, ApiCallback _callback)Build call for acceptLoginRequestApiResponse<CompletedRequest>AdminApi. acceptLoginRequestWithHttpInfo(String loginChallenge, AcceptLoginRequest body)Accept a Login Request When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity provider\") to authenticate the subject and then tell ORY Hydra now about it. -
Uses of AcceptLoginRequest in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return AcceptLoginRequest Modifier and Type Method Description AcceptLoginRequestAcceptLoginRequest. acr(String acr)AcceptLoginRequestAcceptLoginRequest. context(Object context)AcceptLoginRequestAcceptLoginRequest. forceSubjectIdentifier(String forceSubjectIdentifier)AcceptLoginRequestAcceptLoginRequest. remember(Boolean remember)AcceptLoginRequestAcceptLoginRequest. rememberFor(Long rememberFor)AcceptLoginRequestAcceptLoginRequest. subject(String subject)
-