Uses of Class
sh.ory.hydra.model.LoginRequest
-
Packages that use LoginRequest Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of LoginRequest in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return LoginRequest Modifier and Type Method Description LoginRequestAdminApi. getLoginRequest(String loginChallenge)Get 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.Methods in sh.ory.hydra.api that return types with arguments of type LoginRequest Modifier and Type Method Description ApiResponse<LoginRequest>AdminApi. getLoginRequestWithHttpInfo(String loginChallenge)Get 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.Method parameters in sh.ory.hydra.api with type arguments of type LoginRequest Modifier and Type Method Description okhttp3.CallAdminApi. getLoginRequestAsync(String loginChallenge, ApiCallback<LoginRequest> _callback)Get 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. -
Uses of LoginRequest in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return LoginRequest Modifier and Type Method Description LoginRequestLoginRequest. addRequestedAccessTokenAudienceItem(String requestedAccessTokenAudienceItem)LoginRequestLoginRequest. addRequestedScopeItem(String requestedScopeItem)LoginRequestLoginRequest. challenge(String challenge)LoginRequestLoginRequest. client(OAuth2Client client)LoginRequestLoginRequest. oidcContext(OpenIDConnectContext oidcContext)LoginRequestLoginRequest. requestedAccessTokenAudience(List<String> requestedAccessTokenAudience)LoginRequestLoginRequest. requestedScope(List<String> requestedScope)LoginRequestLoginRequest. requestUrl(String requestUrl)LoginRequestLoginRequest. sessionId(String sessionId)LoginRequestLoginRequest. skip(Boolean skip)LoginRequestLoginRequest. subject(String subject)
-