Authentication REST Endpoints
Authentication
OAuth based security
- Generate OAuth token
- Method: postPath:
/spms/access/token - Invalidate OAuth token
- Method: deletePath:
/spms/access/token - Register Client Application
- Method: postPath:
/spms/access/clients - Retrieve login user details
- Method: getPath:
/spms/v1/userDetails