class AuthService::GetAuthRSAKey_args
Constants
- AUTHSESSIONID
- FIELDS
- IDENTITYPROVIDER
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/auth_service.rb, line 701 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/auth_service.rb, line 703 def validate unless @identityProvider.nil? || ::P0_a_e_a_b_sc::VALID_VALUES.include?(@identityProvider) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field identityProvider!') end end