Sha256: b6823b235ba2b5edb89f3ecbb4c369455008919f8be3a2c25b27c2ef6260d713
Contents?: true
Size: 639 Bytes
Versions: 4
Compression:
Stored size: 639 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 = self.configuration.identifier) super(identifier) end end end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems