JwtSessionProvider

public struct JwtSessionProvider : SessionProvider

A JWT based session provider.

  • jwt

    JWT that can be used to do authorization on the server.

    Declaration

    Swift

    public let jwt: String
  • Creates a new JWT based authorization provider.

    Declaration

    Swift

    public init(_ jwt: String)

    Parameters

    JWT

    A JWT that can be used to do authorization on the server.