NMAJwtSessionProvider

public class NMAJwtSessionProvider : NSObject, NMASessionProvider

A JWT based NMASessionProvider.

  • jwt

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

    Declaration

    Swift

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

    Declaration

    Swift

    @objc
    public init(_ jwt: String)

    Parameters

    jwt

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

  • Declaration

    Swift

    public required init?(dictionary: [String : Any])
  • Declaration

    Swift

    public var asDictionary: [String : Any]? { get }