Class: PkiExpress::TsaAuthenticationType
- Defined in:
- lib/pki_express/tsa_authentication_type.rb
Constant Summary collapse
- NONE =
'None'- BASIC_AUTH =
'BasicAuth'- SSL =
'SSL'- OAUTH_TOKEN =
'OAuthToken'- VALUES =
[ NONE, BASIC_AUTH, SSL, OAUTH_TOKEN ]
'None''BasicAuth''SSL''OAuthToken'[ NONE, BASIC_AUTH, SSL, OAUTH_TOKEN ]