C# Class ThemeMeUp.Infrastructure.EnvironmentAuthentication

Inheritance: IAuthentication
Show file Open project: petrspelos/theme-me-up

Public Methods

Method Description
GetApiKey ( ) : string
SetApiKey ( string key ) : void

Method Details

GetApiKey() public method

public GetApiKey ( ) : string
return string

SetApiKey() public method

public SetApiKey ( string key ) : void
key string
return void