UAAServiceAuthenticationHandler
open class UAAServiceAuthenticationHandler: ServiceBasedAuthenticationHandler
ServiceBasedAuthenticationHandler
subclass that handles standard predix.io UAA service password grant authentication
-
Declaration
Swift
public override init()
-
Declaration
Swift
override open func createAuthenticationRequestPayload(userName: String, password: String) -> [String: String]