public class ImsJumpAuthOption : AuthOption
IMS Jump authentication option. Uses Adobe IMS authentication with jump URL mechanism for SSO. Suitable for 1st party Adobe desktop applications.
## Properties
mode: Authentication mode (IMS_JUMP)config: IMS auth configuration with access token and settings
[init(config:)](#/s:9embed_sdk17ImsJumpAuthOptionC6configAcA13IMSAuthConfigCSg_tcfc)
Swift
public init(config: IMSAuthConfig? = nil)
[init(from:)](#/s:9embed_sdk17ImsJumpAuthOptionC4fromACs7Decoder_p_tKcfc)
Undocumented
Swift
public required init(from decoder: Decoder) throws