Method: Aws::Pinpoint::Types::GCMChannelRequest#default_authentication_method
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
#default_authentication_method ⇒ String
The default authentication method used for GCM. Values are either “TOKEN” or “KEY”. Defaults to “KEY”.
5737 5738 5739 5740 5741 5742 5743 5744 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5737 class GCMChannelRequest < Struct.new( :api_key, :default_authentication_method, :enabled, :service_json) SENSITIVE = [] include Aws::Structure end |