DBAUTHRouteObjects

Objective-C

@interface DBAUTHRouteObjects : NSObject

Swift

class DBAUTHRouteObjects : NSObject

Stone route objects for the Auth namespace. Each route in the Auth namespace has its own static object, which contains information about the route.

  • Accessor method for the tokenFromOauth1 route object.

    Declaration

    Objective-C

    + (nonnull DBRoute *)DBAUTHTokenFromOauth1;

    Swift

    class func dbauthTokenFromOauth1() -> DBRoute
  • Accessor method for the tokenRevoke route object.

    Declaration

    Objective-C

    + (nonnull DBRoute *)DBAUTHTokenRevoke;

    Swift

    class func dbauthTokenRevoke() -> DBRoute