Libraries
»
pki_express
(1.3.2)
»
Index (T)
»
PkiExpress
»
TsaAuthenticationType
Class: PkiExpress::TsaAuthenticationType
Inherits:
Enum
Object
Enum
PkiExpress::TsaAuthenticationType
show all
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
]
Method Summary
Methods inherited from
Enum
contains?