Package com.okta.sdk.resource.model
Class OpenIdConnectApplicationIdpInitiatedLogin
java.lang.Object
com.okta.sdk.resource.model.OpenIdConnectApplicationIdpInitiatedLogin
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class OpenIdConnectApplicationIdpInitiatedLogin
extends Object
implements Serializable
The type of IdP-initiated sign-in flow that the client supports
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The mode to use for the IdP-initiated sign-in flow. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadddefaultScopeItem
(String defaultScopeItem) defaultScope
(List<String> defaultScope) boolean
The scopes to use for the request when `mode` is `OKTA`getMode()
The mode to use for the IdP-initiated sign-in flow.int
hashCode()
void
setDefaultScope
(List<String> defaultScope) void
toString()
-
Field Details
-
JSON_PROPERTY_DEFAULT_SCOPE
- See Also:
-
JSON_PROPERTY_MODE
- See Also:
-
-
Constructor Details
-
OpenIdConnectApplicationIdpInitiatedLogin
public OpenIdConnectApplicationIdpInitiatedLogin()
-
-
Method Details
-
defaultScope
-
adddefaultScopeItem
-
getDefaultScope
The scopes to use for the request when `mode` is `OKTA`- Returns:
- defaultScope
-
setDefaultScope
-
mode
-
getMode
The mode to use for the IdP-initiated sign-in flow. For `OKTA` or `SPEC` modes, the client must have an `initiate_login_uri` registered. > **Note:** For web and SPA apps, if the mode is `SPEC` or `OKTA`, you must set `grant_types` to `authorization_code`, `implicit`, or `interaction_code`.- Returns:
- mode
-
setMode
-
equals
-
hashCode
public int hashCode() -
toString
-