The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::Mattermost::V4::API::Resource::SAML

DESCRIPTION

USAGE

use WebService::Mattermost;

my $mm = WebService::Mattermost->new({
    authenticate => 1,
    username     => 'me@somewhere.com',
    password     => 'hunter2',
    base_url     => 'https://my.mattermost.server.com/api/v4/',
});

my $resource = $mm->api->saml;

METHODS

metadata()

Get SAML metadata from the server.

ATTRIBUTES

certificate

An instance of WebService::Mattermost::V4::API::Resource::SAML::Certificate, which handles getting and setting of certificates (IDP, public and private).

SEE ALSO

Official SAML documentation

AUTHOR

Mike Jones email:mike@netsplit.org.uk