ListAuthenticators

Gets a list of Parsec authenticators available for use at the listener endpoint. Opcode: 14 (0x000E)

Parameters

No parameters are needed for this operation.

Results

NameTypeDescription
authenticatorsVector of AuthenticatorInfoList of authenticator information

AuthenticatorInfo type

A AuthenticatorInfo type contains the following members:

NameTypeDescription
descriptionStringShort description of the authenticator
version_majUnsigned integerAuthenticator implementation version major
version_minUnsigned integerAuthenticator implementation version minor
version_revUnsigned integerAuthenticator implementation version revision number
idUnsigned integerAuthenticator ID to use on the wire protocol to communicate with this authenticator

Specific response status codes

No specific response status codes returned.

Description

The version triplet returned by this operation (version_maj, version_min and version_rev) is the implementation version of the specific Parsec authenticator.

The authenticators vector returned is in priority order. The primary authenticator will always occupy index 0 in the vector.

Contract

Protobuf

Copyright 2019 Contributors to the Parsec project.