URLType
public enum URLType : Equatable
This enum is used to capture the different types of URLs.
-
MatchingURL - URL defined by the user.
Declaration
Swift
case MatchingURL -
IAS_Token - URL is the token endpoint.
Declaration
Swift
case IAS_Token -
CPMS - Not supported.
Declaration
Swift
case CPMS -
All - URL for all requests.
Declaration
Swift
case All