Class: PkiExpress::TsaAuthenticationType

Inherits:
Enum
  • Object
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?