Sha256: 96f77db7b5b7c160f1118de938a068e00d626689db3025ba79b7e3f2fb8a84ec

Contents?: true

Size: 620 Bytes

Versions: 12

Compression:

Stored size: 620 Bytes

Contents

# frozen_string_literal: true

module Svix
  class AuthenticationAPI
    def initialize(api_client)
      @api = AuthenticationApi.new(api_client)
    end

    def app_portal_access(app_id, app_portal_access_in, options = {})
      return @api.get_app_portal_access_access_api_v1_auth_dashboard_access_app_id_post(app_id, app_portal_access_in, options)
    end

    def dashboard_access(app_id, options = {})
      return @api.get_dashboard_access_api_v1_auth_dashboard_access_app_id_post(app_id, options)
    end

    def logout(options = {})
      return @api.logout_api_v1_auth_logout_post(options)
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
svix-0.83.1 lib/svix/authentication_api.rb
svix-0.83.0 lib/svix/authentication_api.rb
svix-0.82.1 lib/svix/authentication_api.rb
svix-0.82.0 lib/svix/authentication_api.rb
svix-0.81.0 lib/svix/authentication_api.rb
svix-0.80.0 lib/svix/authentication_api.rb
svix-0.79.0 lib/svix/authentication_api.rb
svix-0.78.0 lib/svix/authentication_api.rb
svix-0.77.0 lib/svix/authentication_api.rb
svix-0.76.1 lib/svix/authentication_api.rb
svix-0.76.0 lib/svix/authentication_api.rb
svix-0.75.0 lib/svix/authentication_api.rb