AccessTokenCredentials

data class AccessTokenCredentials @Inject constructor(var accessToken: String)

Data class representing the access token credentials used for authentication with the MTN MOMO API.

Constructors

Link copied to clipboard
@Inject
constructor(accessToken: String)

Properties

Link copied to clipboard

The access token string used to authenticate API requests.