Uses of Class
com.okta.sdk.resource.model.TrustedOriginScope
-
Uses of TrustedOriginScope in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionTrustedOriginScope.addallowedOktaAppsItem
(IframeEmbedScopeAllowedApps allowedOktaAppsItem) TrustedOriginScope.allowedOktaApps
(List<IframeEmbedScopeAllowedApps> allowedOktaApps) TrustedOriginScope.type
(TrustedOriginScopeType type) Modifier and TypeMethodDescriptionTrustedOrigin.getScopes()
Array of Scope types that this Trusted Origin is used forTrustedOriginWrite.getScopes()
Array of Scope types that this Trusted Origin is used forModifier and TypeMethodDescriptionTrustedOrigin.addscopesItem
(TrustedOriginScope scopesItem) TrustedOriginWrite.addscopesItem
(TrustedOriginScope scopesItem) Modifier and TypeMethodDescriptionTrustedOrigin.scopes
(List<TrustedOriginScope> scopes) TrustedOriginWrite.scopes
(List<TrustedOriginScope> scopes) void
TrustedOrigin.setScopes
(List<TrustedOriginScope> scopes) void
TrustedOriginWrite.setScopes
(List<TrustedOriginScope> scopes)