Group
Extension

RT-Authen-OAuth2/lib/RT/Authen/OAuth2/Unimplemented.pm

use warnings;
use strict;
package RT::Authen::OAuth2::Unimplemented;

our $VERSION = '0.01';

use Net::OAuth2::Profile::WebServer;
use JSON;

=head1 NAME

RT::Authen::OAuth2::Unimplemented - stub to die on unimplemented integrations

=cut

sub Metadata {
    my ($self) = @_;
    die ("Error - Unimplemented OAuth2 identity provider.");    
}


Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.