class IdentityCredential
Constants
- FIELDS
- IDENTIFIER
- PASSWORD
- PROVIDER
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 16365 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 16367 def validate unless @provider.nil? || ::P0_a_e_a_b_sc::VALID_VALUES.include?(@provider) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field provider!') end end