NMAJwsAuthorizationProvider

public class NMAJwsAuthorizationProvider : NSObject, NMAAuthorizationProvider

A JWS NMAAuthorizationProvider.

Important

This provider is only used to mark the NMADeregistration operation to use the new deviceResourcePath endpoint. Only the NMADeregistration operation accepts this provider.
  • Creates a new JWS authorization provider.

    Note

    This is only a marker provider, thus no need to supply anything for initialization.

    Declaration

    Swift

    override public init()
  • Declaration

    Swift

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

    Swift

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