NullCredentialProvider

public struct NullCredentialProvider : CredentialProvider

Credential provider that always fails

  • Declaration

    Swift

    public init()
  • Declaration

    Swift

    public func getCredential(on eventLoop: EventLoop, logger: Logger) -> EventLoopFuture<Credential>