Credential

public protocol Credential

Protocol that provides an autorization header used for set the Authorization header required by Kinvey calls.

  • Autorization header used for set the Authorization header required by Kinvey calls.

    Declaration

    Swift

    var authorizationHeader: String? { get }