MIC
open class MIC
Class that handles Mobile Identity Connect (MIC) calls
-
Validate if a URL matches for a redirect URI and also contains a code value
Declaration
Swift
open class func isValid(redirectURI: URL, url: URL) -> Bool
-
Returns a URL that must be used for login with MIC
Declaration
Swift
open class func urlForLogin( redirectURI: URL, loginPage: Bool = true, options: Options? = nil ) -> URL