All Downloads are FREE. Search and download functionalities are using the official Maven repository.

objc.BasicAuthTokenProvider-header.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
/** The `{{classPrefix}}BasicAuthTokenProvider` class creates a basic auth token from username and password.
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */

#import 

@interface {{classPrefix}}BasicAuthTokenProvider : NSObject

+ (NSString *)createBasicAuthTokenWithUsername:(NSString *)username password:(NSString *)password;

@end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy