AppIDCredentials
public class AppIDCredentials
Contains the credentials for an App ID service instance.
Reference AppID. You will typically
receive an instance of this type through cloudEnv.getAppIDCredentials(name: String)
.
-
The clientId from the App ID service instance credentials.
Declaration
Swift
public let clientId: String
-
The oauthServerUrl from the App ID service instance credentials.
Declaration
Swift
public let oauthServerUrl: String
-
The profilesUrl from the App ID service instance credentials.
Declaration
Swift
public let profilesUrl: String
-
The secret from the App ID service instance credentials.
Declaration
Swift
public let secret: String
-
The tenantId from the App ID service instance credentials.
Declaration
Swift
public let tenantId: String
-
Initializes an instance of the App ID service credentials.
Declaration
Swift
public init( clientId: String, oauthServerUrl: String, profilesUrl: String, secret: String, tenantId: String)