Sha256: d044ee44708de02aec1e458e94e92c4ecd7a5e7899fdbddddedd0c0131674b0b

Contents?: true

Size: 460 Bytes

Versions: 39

Compression:

Stored size: 460 Bytes

Contents

# frozen_string_literal: true

module Svix
    class AuthenticationAPI
        def initialize(api_client)
            @api = AuthenticationApi.new(api_client)
        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

39 entries across 39 versions & 1 rubygems

Version Path
svix-0.74.1 lib/svix/authentication_api.rb
svix-0.74.0 lib/svix/authentication_api.rb
svix-0.73.0 lib/svix/authentication_api.rb
svix-0.72.0 lib/svix/authentication_api.rb
svix-0.71.0 lib/svix/authentication_api.rb
svix-0.70.0 lib/svix/authentication_api.rb
svix-0.69.0 lib/svix/authentication_api.rb
svix-0.68.1 lib/svix/authentication_api.rb
svix-0.68.0 lib/svix/authentication_api.rb
svix-0.67.0 lib/svix/authentication_api.rb
svix-0.66.0 lib/svix/authentication_api.rb
svix-0.65.1 lib/svix/authentication_api.rb
svix-0.65.0 lib/svix/authentication_api.rb
svix-0.64.2 lib/svix/authentication_api.rb
svix-0.64.1 lib/svix/authentication_api.rb
svix-0.64.0 lib/svix/authentication_api.rb
svix-0.63.1 lib/svix/authentication_api.rb
svix-0.63.0 lib/svix/authentication_api.rb
svix-0.62.1 lib/svix/authentication_api.rb
svix-0.62.0 lib/svix/authentication_api.rb