Options

struct Options
  • User attributes for the signed up user

    Declaration

    Swift

    public let userAttributes: [AuthUserAttribute]?
  • 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(userAttributes: [AuthUserAttribute]? = nil,
                pluginOptions: Any? = nil)