AuthenticationService
This interface defines the Retrofit service for handling various authentication-related API calls.
It includes methods for creating API users, retrieving API user details, generating API keys, and obtaining access tokens. Each method corresponds to a specific endpoint in the MTN MOMO API.
Functions
Link copied to clipboard
@POST(value = "/{apiVersion}/apiuser/{apiUser}/apikey")
Creates a new API key for the specified API user.
Link copied to clipboard
@POST(value = "/{apiVersion}/apiuser")
Creates a new API user.
Link copied to clipboard
@POST(value = "/{productType}/token/")
Obtains an access token for the specified product type.
Link copied to clipboard
@GET(value = "/{apiVersion}/apiuser/{apiUser}")
Retrieves the details of an existing API user.
Link copied to clipboard
@POST(value = "/{productType}/oauth2/token/")
Obtains an OAuth2 access token for the specified product type.