Sha256: 4896e64c90bddb0e50e16808b60cb641d9fcf7136081444a26d8b52ef0e57385
Contents?: true
Size: 725 Bytes
Versions: 141
Compression:
Stored size: 725 Bytes
Contents
module RubyApp module Elements module Mobile module Documents module Authentication module OpenId require 'ruby_app/elements/mobile/documents/authentication/open_id/ax_authentication_document' class GoogleAuthenticationDocument < RubyApp::Elements::Mobile::Documents::Authentication::OpenId::AxAuthenticationDocument template_path(:all, File.dirname(__FILE__)) def initialize(identifier = RubyApp::Elements::Mobile::Documents::Authentication::OpenId::GoogleAuthenticationDocument.configuration.identifier) super(identifier) end end end end end end end end
Version data entries
141 entries across 141 versions & 1 rubygems