* Implemented allowedhostsvalidator class and made a couple changes to base bearer file
* Small fix to line 23
* Final commit for this branch
* auth commit 😝
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update to gemfile
* update
* Gemfile update.
* update
* update
* update
* update
* Updated Changelog to Reflect Ruby Auth Additions
* Commiting some of the changes requested by Philip
* Refactoring and Reorganization of Authentication
* Changed access token provider constructor
* Fixing the require statements in access token p
* Deleting outdated tests
* Changes/update to Access Token Provider Interface
* Updating changelog, gemspec, and readme
* Removing include statement
* Update abstractions/ruby/microsoft_kiota_abstractions/README.md
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
* Updating Custom Context
* Update abstractions/ruby/microsoft_kiota_abstractions/lib/microsoft_kiota_abstractions/authentication/allowed_hosts_validator.rb
Co-authored-by: Philip Gichuhi <pgichuhi@microsoft.com>
* Implementing some requested changes
* Updates to tests to reflect valid host hash
* Changing Package Name
* - adds a workflow for ruby authentication package
* - fixes link to badge for ruby authentication package
* Update authentication-ruby-oauth.yml
* Deleting the Azure Folder
* Adding Auth folder with the name oauth
* Update authentication/ruby/oauth/microsoft_kiota_authentication_oauth/lib/microsoft_kiota_authentication_oauth/oauth_access_token_provider.rb
Co-authored-by: Philip Gichuhi <pgichuhi@microsoft.com>
* Updating scopes on authcode flow
* Updating oauth access token provider
* Updating contexts
* Update to mimic interfaces in custom oauth flow
Co-authored-by: Vincent Biret <vibiret@microsoft.com>
Co-authored-by: Philip Gichuhi <pgichuhi@microsoft.com>
* "Splits parsable interface for ruby"
* Time serialization/deserialization additions
* Update to Changelog Unreleased Additions & Changed
* Protecting underlying duration obj
* Adding unit tests
* Gemfile update
* Updating require statements
* Updating require statements
* Serialization require updates
* Updating serialization require statments and tests
* Changing require statements to package references
* Changing more requires to pkg refs
* Fixing typo in a pkg ref
* Another pkg ref fix
* Uninitialized constant resolution
* Addressing the NameError from serialization builds
* Used local pkg reference method
* More on local references
* Original Gemfile restoration
* - maps serialization methods for date types in ruby
* - bumps minor for kiota abstractions ruby
* - bumps minor for kiota serialization json
Co-authored-by: Vincent Biret <vibiret@microsoft.com>