SsoPolicy
public enum SsoPolicy : CustomStringConvertible, JSONRepresentable
The SsoPolicy union
-
Users will be able to sign in with their Dropbox credentials.
Declaration
Swift
case disabled -
Users will be able to sign in with either their Dropbox or single sign-on credentials.
Declaration
Swift
case optional -
Users will be required to sign in with their single sign-on credentials.
Declaration
Swift
case required -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
SsoPolicy Enumeration Reference