Classes

The following classes are available globally.

  • SRP Client; the party that initializes the authentication and must proof possession of the correct password.

    See more

    Declaration

    Swift

    public class Client
  • SRP Server; party that verifies the Client’s challenge/response against the known password verifier stored for a user.

    See more

    Declaration

    Swift

    public class Server