ClientApplication
public class ClientApplication : Codable
Undocumented
-
The application ID.
Declaration
Swift
public let id: String
-
Where the user should be redirected after authorization.
Declaration
Swift
public let redirectURI: String
-
The application client ID.
Declaration
Swift
public let clientID: String
-
The application client secret.
Declaration
Swift
public let clientSecret: String