Uses of Enum
com.okta.sdk.resource.model.IframeEmbedScopeAllowedApps
Packages that use IframeEmbedScopeAllowedApps
-
Uses of IframeEmbedScopeAllowedApps in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return IframeEmbedScopeAllowedAppsModifier and TypeMethodDescriptionstatic IframeEmbedScopeAllowedAppsstatic IframeEmbedScopeAllowedAppsReturns the enum constant of this type with the specified name.static IframeEmbedScopeAllowedApps[]IframeEmbedScopeAllowedApps.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model that return types with arguments of type IframeEmbedScopeAllowedAppsModifier and TypeMethodDescriptionTrustedOriginScope.getAllowedOktaApps()The allowed Okta apps for the Trusted Origin scopeMethods in com.okta.sdk.resource.model with parameters of type IframeEmbedScopeAllowedAppsModifier and TypeMethodDescriptionTrustedOriginScope.addallowedOktaAppsItem(IframeEmbedScopeAllowedApps allowedOktaAppsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type IframeEmbedScopeAllowedAppsModifier and TypeMethodDescriptionTrustedOriginScope.allowedOktaApps(List<IframeEmbedScopeAllowedApps> allowedOktaApps) voidTrustedOriginScope.setAllowedOktaApps(List<IframeEmbedScopeAllowedApps> allowedOktaApps)