Sha256: 2bdc93e24deaad1c3de8a42210e479a222ee69938b65e67e94ec44910d6d5c95

Contents?: true

Size: 414 Bytes

Versions: 13

Compression:

Stored size: 414 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)
            return @api.get_dashboard_access_api_v1_auth_dashboard_access_app_id_post(app_id)
        end

        def logout
            return @api.logout_api_v1_auth_logout_post
        end
    end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
svix-0.50.0 lib/svix/authentication_api.rb
svix-0.48.0 lib/svix/authentication_api.rb
svix-0.45.0 lib/svix/authentication_api.rb
svix-0.44.0 lib/svix/authentication_api.rb
svix-0.43.2 lib/svix/authentication_api.rb
svix-0.41.0 lib/svix/authentication_api.rb
svix-0.40.0 lib/svix/authentication_api.rb
svix-0.39.0 lib/svix/authentication_api.rb
svix-0.38.0 lib/svix/authentication_api.rb
svix-0.37.0 lib/svix/authentication_api.rb
svix-0.36.0 lib/svix/authentication_api.rb
svix-0.34.1 lib/svix/authentication_api.rb
svix-0.32.0 lib/svix/authentication_api.rb