Contents

setNodeCredentials(_:password:)

Sets credentials for the record’s node.

Declaration

func setNodeCredentials(_ inUsername: String!, password inPassword: String!) throws

Parameters

  • inUsername:

    The username to use to authenticate with the node.

  • inPassword:

    The password to use to authenticate with the node.

Discussion

If this function fails, the previous credentials for the node are used.

See Also

Managing Authentication