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: 3.0.0-rc1
Show newest version
/** The `{{classPrefix}}BasicAuthTokenProvider` class creates a basic auth token from username and password.
 *
 * NOTE: This class is auto generated by the swagger code generator program.
 * https://github.com/swagger-api/swagger-codegen
 * 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