public final class StitchAppRoutes extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StitchAppRoutes.RouteParts |
Constructor and Description |
---|
StitchAppRoutes(String clientAppId)
Constructs the app specific routes to access an app based on the client app id.
|
Modifier and Type | Method and Description |
---|---|
StitchAppAuthRoutes |
getAuthRoutes()
Returns the auth routes for this app.
|
StitchPushRoutes |
getPushRoutes()
Returns the push routes for this app.
|
StitchServiceRoutes |
getServiceRoutes()
Returns the service routes for this app.
|
public StitchAppRoutes(String clientAppId)
clientAppId
- the client app id of the app that will be used to communicate with Stitch.public StitchAppAuthRoutes getAuthRoutes()
public StitchServiceRoutes getServiceRoutes()
public StitchPushRoutes getPushRoutes()