init(_:)
Creates a scope from the given string.
Declaration
init(_ rawValue: String)Parameters
- rawValue:
The name of the scope.
Discussion
Typically you use one of the predefined scopes, like email, instead of initializing one from a string.
Creates a scope from the given string.
init(_ rawValue: String)The name of the scope.
Typically you use one of the predefined scopes, like email, instead of initializing one from a string.