Options

struct Options
  • Scopes to be defined for the sign in user

    Declaration

    Swift

    public let scopes: [String]?
  • Extra plugin specific options, only used in special circumstances when the existing options do not provide a way to utilize the underlying auth plugin functionality. See plugin documentation for expected key/values

    Declaration

    Swift

    public let pluginOptions: Any?
  • Declaration

    Swift

    public init(scopes: [String]? = nil,
                pluginOptions: Any? = nil)